aboutsummaryrefslogtreecommitdiff
path: root/commands/Utility/git.js
diff options
context:
space:
mode:
authorTheEdgeNK <trey6979@gmail.com>2018-07-10 18:36:51 -0400
committerTheEdgeNK <trey6979@gmail.com>2018-07-10 18:36:51 -0400
commit96bdf46414fe806a19fa5070148fc4925be007d8 (patch)
tree137249477c654fce293554c9cc0c6387bc066701 /commands/Utility/git.js
parentc648f47f889ee2dbfae0c896493c13efcd295b99 (diff)
downloadPokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.tar.gz
PokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.tar.bz2
PokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.zip
hOLY
Diffstat (limited to 'commands/Utility/git.js')
-rw-r--r--commands/Utility/git.js22
1 files changed, 0 insertions, 22 deletions
diff --git a/commands/Utility/git.js b/commands/Utility/git.js
deleted file mode 100644
index 67374bb..0000000
--- a/commands/Utility/git.js
+++ /dev/null
@@ -1,22 +0,0 @@
-/** **************************************
- *
- * Git: Plugin for PokeBot that provides gives the user information about the bot.
- * Copyright (C) 2018 TheEdge, jtsshieh, Alee
- *
- * Licensed under the Open Software License version 3.0
- *
- * *************************************/
-
-exports.run = (bot, msg) => {
- msg.channel.send('The GitHub page for PokeBot can be found here: https://github.com/UniverseDevGroup/PokeBot.');
-};
-
-exports.conf = {
- aliases: [],
- guildOnly: true,
-};
-
-exports.help = {
- name: 'git',
- description: 'Gives the user a link to the git.',
-};