diff options
Diffstat (limited to 'commands/git.js')
| -rw-r--r-- | commands/git.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/git.js b/commands/git.js new file mode 100644 index 0000000..c513d60 --- /dev/null +++ b/commands/git.js @@ -0,0 +1,4 @@ +const Discord = require('discord.js'); +exports.run = (client, message, args, config) => { + message.channel.send ("Here's the github repo: https://github.com/AleeCorp/AleeBot"); +} |
