summaryrefslogtreecommitdiff
path: root/commands/quote.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/quote.js')
-rw-r--r--commands/quote.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/commands/quote.js b/commands/quote.js
deleted file mode 100644
index e7cdbf9..0000000
--- a/commands/quote.js
+++ /dev/null
@@ -1,18 +0,0 @@
-const atquotes = require('at-quotes');
-
-module.exports = {
- name: 'quote',
- aliases: ['quotes', 'q'],
- description: '',
- execute(msg, args, bot) {
- if (!args.length) {
- msg.reply(atquotes.getQuote());
- } else if (args[0] == 'finn') {
- msg.reply(atquotes.getFinnQuote());
- } else if (args[0] == 'jake') {
- msg.reply(atquotes.getJakeQuote());
- } else if (args[0] == 'ice-king') {
- msg.reply(atquotes.getIceKingQuote());
- }
- }
-}; \ No newline at end of file