mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Hmm
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user