GuildOnly

This commit is contained in:
Loic Bersier 2018-09-21 14:03:07 +02:00
parent 657641f398
commit 6d14569c10

View file

@ -7,6 +7,7 @@ module.exports = class ServerCommand extends Command {
guildOnly: 'true',
memberName: 'server',
description: 'Show some stats about the server',
guildOnly: true,
});
}