Skip to content

Instantly share code, notes, and snippets.

@danopia
Created September 7, 2020 07:08
Show Gist options
  • Save danopia/956bddcf59c13ca603d7aad25735e159 to your computer and use it in GitHub Desktop.
Save danopia/956bddcf59c13ca603d7aad25735e159 to your computer and use it in GitHub Desktop.
deno irc bot prototype
export const commands = [
{
name: 'coinbase',
args:
script: 'https://......../command.js',
allow: {
net: ['api.coinbase.com'],
},
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment