mirror of
https://github.com/Wessel/yorushika.git
synced 2026-06-08 14:18:31 +02:00
Add color to guild
This commit is contained in:
@@ -14,6 +14,7 @@ util :
|
||||
|
||||
info :
|
||||
stats : 0x02C2F33 # Dark but not black
|
||||
guild : 0x7289DA # Blurple
|
||||
commands: 0x02C2F33 # Dark but not black
|
||||
|
||||
image :
|
||||
|
||||
@@ -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 : [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user