aboutsummaryrefslogtreecommitdiff
path: root/commands/ping.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-03-29 15:35:59 -0400
committerAlee <alee14498@gmail.com>2018-03-29 15:35:59 -0400
commita6979e0ac8dbafa5cfe10510d6c8ad0e7e10cf74 (patch)
treed0bc4b31a4411b8491f0a4c9902b2351f57baf99 /commands/ping.js
parent322bf0ae247eaed29e62953ae4274612f694de92 (diff)
downloadAleeBot-a6979e0ac8dbafa5cfe10510d6c8ad0e7e10cf74.tar.gz
AleeBot-a6979e0ac8dbafa5cfe10510d6c8ad0e7e10cf74.tar.bz2
AleeBot-a6979e0ac8dbafa5cfe10510d6c8ad0e7e10cf74.zip
Reverting things
Diffstat (limited to 'commands/ping.js')
-rw-r--r--commands/ping.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ping.js b/commands/ping.js
index c1e9590..cd8d167 100644
--- a/commands/ping.js
+++ b/commands/ping.js
@@ -28,7 +28,7 @@ module.exports.run = async (client, message) => {
exports.conf = {
aliases: [],
- guildOnly: true,
+ guildOnly: false,
};
exports.help = {
name: 'ping',