This commit is contained in:
Dragon Fire
2024-03-19 22:50:40 -04:00
parent 30e1488dca
commit 2120638af5
+1 -1
View File
@@ -22,7 +22,7 @@ module.exports = class InfoCommand extends Command {
}
async run(msg) {
const invite = await this.client.generateInvite({ permissions, scope: 'bot' });
const invite = await this.client.generateInvite({ permissions, scopes: ['bot'] });
const embed = new MessageEmbed()
.setColor(0x00AE86)
.setFooter(copyright.join('\n'))