Add color to guild

This commit is contained in:
Wessel Damian Tip
2019-02-05 17:57:48 +01:00
parent 37862255f6
commit 8faa6f8b4d
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ util :
info :
stats : 0x02C2F33 # Dark but not black
guild : 0x7289DA # Blurple
commands: 0x02C2F33 # Dark but not black
image :

View File

@@ -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 : [
{