From 4a4415ded67dfd9092fa4c5971832c74859df079 Mon Sep 17 00:00:00 2001 From: WubzyGD Date: Thu, 29 Apr 2021 20:22:51 -0600 Subject: [PATCH] add akrasia dev --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 42a7bf5..76503da 100644 --- a/bot.js +++ b/bot.js @@ -68,7 +68,7 @@ async function init() { ['command', 'event', 'response'].forEach(x => require(`./handle/${x}`)(client)); - client.developers = ["330547934951112705", "673477059904929802", "480535078150340609"]; + client.developers = ["330547934951112705", "673477059904929802", "480535078150340609", "523579776749928449"]; client.utils = {}; client.utils.logch = async () => {return client.guilds.cache.get('762707532417335296').channels.cache.get('762732961753595915');};