Created
September 7, 2020 07:08
-
-
Save danopia/956bddcf59c13ca603d7aad25735e159 to your computer and use it in GitHub Desktop.
deno irc bot prototype
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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