summaryrefslogtreecommitdiff
path: root/commands/8ball.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/8ball.js')
-rw-r--r--commands/8ball.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/8ball.js b/commands/8ball.js
index e865176..878fc92 100644
--- a/commands/8ball.js
+++ b/commands/8ball.js
@@ -2,7 +2,7 @@ const Discord = require('discord.js');
module.exports = {
name: '8ball',
- aliases: ['ball', '8b'],
+ aliases: ['ball', '8b', 'eightball', 'eightb'],
description: '',
execute(msg) {
r = ['yes~ uwu', 'no.', 'yes!', 'no!', 'what, no.', 'yes.', 'maybe.', 'perhaps.', 'try again.', 'i\'m not sure.'];