mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +02:00
hehe
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = class InfoCommand extends Command {
|
||||
}
|
||||
|
||||
async run(msg) {
|
||||
const invite = this.client.generateInvite({ permissions: 8, scopes: ['bot'] });
|
||||
const invite = this.client.generateInvite({ permissions: ['ADMINISTRATOR'], scopes: ['bot'] });
|
||||
const embed = new MessageEmbed()
|
||||
.setColor(0x00AE86)
|
||||
.setFooter(copyright.join('\n'))
|
||||
|
||||
Reference in New Issue
Block a user