summaryrefslogtreecommitdiff
path: root/commands/git.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/git.js')
-rw-r--r--commands/git.js14
1 files changed, 14 insertions, 0 deletions
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