From c4ef0d5d72dd47b76e39fa91a7552c19c8120ad8 Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 20 Apr 2018 17:49:37 -0400 Subject: Working progress command handler --- commands/git.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 commands/git.js (limited to 'commands/git.js') diff --git a/commands/git.js b/commands/git.js new file mode 100644 index 0000000..8f9f18a --- /dev/null +++ b/commands/git.js @@ -0,0 +1,14 @@ +module.exports.run = async (client, message) => { + message.channel.send ("Here's the github repo: https://github.com/Alee14/Oswald/"); +}; + +exports.conf = { + aliases: [], + guildOnly: false, +}; +exports.help = { + name: 'git', + description: 'Shows the repo of Oswald.', + usage: 'git', + category: '- General Commands', +}; \ No newline at end of file -- cgit v1.2.3