aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-10-21 20:52:19 -0400
committerAndrew Lee <alee14498@gmail.com>2019-10-21 20:52:19 -0400
commit7614fb34ca512a13aff74834ee6b26eb22299111 (patch)
treeab625ff8bf08704de591898e655791fb86b64177
parent10d66add2f9d478ab3c8ef5bb04521886cf3b744 (diff)
downloadPokeBot-7614fb34ca512a13aff74834ee6b26eb22299111.tar.gz
PokeBot-7614fb34ca512a13aff74834ee6b26eb22299111.tar.bz2
PokeBot-7614fb34ca512a13aff74834ee6b26eb22299111.zip
Removed 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.',
-};