diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-09-20 09:24:37 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-09-20 09:24:37 -0400 |
| commit | 85a8f11507c0fb74b67914090bdfe10c361b775e (patch) | |
| tree | da8b96c91854df8953da241ccfe9872e8effe496 /commands/ask.js | |
| parent | 96762ce209415c72e098a78771f80fcc41413280 (diff) | |
| download | AleeBot-85a8f11507c0fb74b67914090bdfe10c361b775e.tar.gz AleeBot-85a8f11507c0fb74b67914090bdfe10c361b775e.tar.bz2 AleeBot-85a8f11507c0fb74b67914090bdfe10c361b775e.zip | |
Removed jail command; Added more activities; Few tweaks
Diffstat (limited to 'commands/ask.js')
| -rw-r--r-- | commands/ask.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/ask.js b/commands/ask.js index 1dd5edd..efb4a22 100644 --- a/commands/ask.js +++ b/commands/ask.js @@ -26,6 +26,7 @@ module.exports.run = async (client, message, args) => { 'Yep. Just kidding :P', 'I doubt it.', 'Maybe?', + 'Perhaps...', 'I don\'t know?', 'Hmm let me think :thinking:', ]; |
