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');};