diff options
Diffstat (limited to 'commands/ping.js')
| -rw-r--r-- | commands/ping.js | 2 |
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',
|
