diff --git a/src/assets/config/colors.yml b/src/assets/config/colors.yml index e0cf90b..11f430e 100644 --- a/src/assets/config/colors.yml +++ b/src/assets/config/colors.yml @@ -14,6 +14,7 @@ util : info : stats : 0x02C2F33 # Dark but not black + guild : 0x7289DA # Blurple commands: 0x02C2F33 # Dark but not black image : diff --git a/src/commands/Discord/Information/guild.js b/src/commands/Discord/Information/guild.js index 303b664..4cff123 100644 --- a/src/commands/Discord/Information/guild.js +++ b/src/commands/Discord/Information/guild.js @@ -34,7 +34,7 @@ module.exports = class name extends DiscordCommand { if (!g) return msg.channel.createMessage(this.localize(msg.author.locale['info']['guild']['invalid'])); msg.channel.createMessage({ embed: { - title : g.name, + color : this.bot.col['info']['guild'], thumbnail: { url: g.iconURL }, fields : [ {