aboutsummaryrefslogtreecommitdiff
path: root/commands/Fun/findmyphone.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Fun/findmyphone.js')
-rw-r--r--commands/Fun/findmyphone.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/Fun/findmyphone.js b/commands/Fun/findmyphone.js
index 135d449..bb930ef 100644
--- a/commands/Fun/findmyphone.js
+++ b/commands/Fun/findmyphone.js
@@ -19,7 +19,7 @@ exports.run = (bot, msg) => {
'Stockton',
'Colorado Springs',
'Portland',
- 'Cincinnati',
+ 'Cincinnati'
];
msg.channel.send(cities[Math.floor(Math.random() * cities.length)]);
@@ -27,10 +27,10 @@ exports.run = (bot, msg) => {
exports.conf = {
aliases: ['findphone', 'findmyiphone', 'findmyandroid', 'findmyandroidphone'],
- guildOnly: true,
+ guildOnly: true
};
exports.help = {
name: 'findmyphone',
- description: 'Find your phone. Not just a random list of cities being randomly picked.',
+ description: 'Find your phone. Not just a random list of cities being randomly picked.'
};