This commit is contained in:
Dragon Fire
2024-03-19 23:01:44 -04:00
parent 025733ed0c
commit f95fc019ee
+1 -1
View File
@@ -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)