From 9f7ca95d4de8392addda6f68711dd08bfac79298 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Wed, 12 Oct 2022 15:16:16 +0000 Subject: [PATCH] include icon url --- config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.js b/config/config.js index 85b1535..e7b984f 100644 --- a/config/config.js +++ b/config/config.js @@ -9,7 +9,7 @@ module.exports = { SupportServer: "https://discord.gg/YCXhvy9uZw", //Support Server Link Token: process.env.token || "", //Discord Bot Token Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes - IconURL: "", + IconURL: "https://cdn.discordapp.com/avatars/992978604965240932/1555ac63f4f4741e7b41d08a68c2f733.png?size=256", Colors: { Default: "#6e5145", Red: "#ba0f0f",