diff options
| author | 8cy <[email protected]> | 2020-04-27 17:38:58 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-27 17:38:58 -0700 |
| commit | 30ae53b21e7f7cc42c93a43ca96b2df4e6a46e72 (patch) | |
| tree | 6657980d4ccf292fc6f02e85f38a92b42e0027be /src | |
| parent | fix quote commands, add motivate, v8.1.0 (diff) | |
| download | dep-core-30ae53b21e7f7cc42c93a43ca96b2df4e6a46e72.tar.xz dep-core-30ae53b21e7f7cc42c93a43ca96b2df4e6a46e72.zip | |
remove lotr, v.8.1.1
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 |