diff --git a/commands/utility/server.js b/commands/utility/server.js index bb763c4a..b0693cfc 100644 --- a/commands/utility/server.js +++ b/commands/utility/server.js @@ -7,6 +7,7 @@ module.exports = class ServerCommand extends Command { guildOnly: 'true', memberName: 'server', description: 'Show some stats about the server', + guildOnly: true, }); }