diff --git a/commands/util-public/info.js b/commands/util-public/info.js index e1f6b399..df424241 100644 --- a/commands/util-public/info.js +++ b/commands/util-public/info.js @@ -20,7 +20,7 @@ module.exports = class InfoCommand extends Command { }); } - async run(msg) { + run(msg) { const invite = this.client.generateInvite({ permissions: ['ADMINISTRATOR'], scopes: ['bot'] }); const embed = new MessageEmbed() .setColor(0x00AE86)