From f95fc019eefaafdba2ffad79a9a6dce413feace2 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 19 Mar 2024 23:01:44 -0400 Subject: [PATCH] Fix lint --- commands/util-public/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)