Update bug.js

This commit is contained in:
Christer Warén 2020-03-02 22:03:20 +02:00 committed by GitHub
parent c0cfa50c80
commit 683c5c4fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ module.exports = {
async execute(msg, args, client, Discord, prefix) {
const embed = new Discord.MessageEmbed()
.setTitle(`Found a bug with ${client.user.username}?\nDM the core developer:`)
.setDescription(`Matte#0002\nOr join the support server: ${client.config.supportguild}`)
.setDescription(`Matte#0002\nOr join the support server: ${client.config.supportGuild}`)
.setColor(client.config.embedColor);
msg.channel.send(embed);
},