diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands/fun/quote.ts | 5 | ||||
| -rw-r--r-- | src/config.json | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/src/commands/fun/quote.ts b/src/commands/fun/quote.ts index 81850cb..1173d62 100644 --- a/src/commands/fun/quote.ts +++ b/src/commands/fun/quote.ts @@ -4,7 +4,6 @@ import hsq from 'harvey-specter-quotes' import aq from 'animequote' import cq from 'chewbacca-quotes' import asq from 'arnie-quote' -import lotrq from 'random-lotr-movie-quote' import { Command, CommandoMessage } from 'discord.js-commando'; import emoji from 'emoji-random'; @@ -30,7 +29,7 @@ module.exports = class QuoteFun extends Command { args: [ { key: 'atCharacter', - prompt: 'Would you like a specific type?\nTypes: movie, harvey specter, anime, chewbacca, arnold schwarzenegger or lotr.', + prompt: 'Would you like a specific type?\nTypes: movie, harvey specter, anime, chewbacca or arnold schwarzenegger.', type: 'string' } ], @@ -71,8 +70,6 @@ module.exports = class QuoteFun extends Command { msg.reply(cq() + ' ' + emoji.random()) } else if (atCharacter == 'arnold schwarzenegger' || atCharacter == 'arnold' || atCharacter == 'schwarzenegger') { msg.reply(asq() + ' ' + emoji.random()) - } else if (atCharacter == 'lotr' || atCharacter == 'lord of the rings') { - msg.reply(lotrq() + ' ' + emoji.random()) } else { msg.reply('That was not at option. ' + emoji.random()) } diff --git a/src/config.json b/src/config.json index 8dc568b..5f7a5fc 100644 --- a/src/config.json +++ b/src/config.json @@ -1,5 +1,5 @@ { "secret":"Njk5NDczMjYzOTk4MjcxNDg5.XpU5oQ.btZuxVudhNllSQY6CxrXXtMJm9A", "yt-api-key":"AIzaSyCeG1lQAeInv4vjFv_eTL9IFAFNdQC9Nk8", - "version":"8.1.0" + "version":"8.1.1" }
\ No newline at end of file |