From 520d8f92210d49175c74ecfccc48bb3f4c91fe2a Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Wed, 15 Jun 2022 02:32:00 +0700 Subject: [PATCH] fix(guild): console.log --- src/structures/Guild.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index cef3c81..41fc589 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -59,7 +59,6 @@ const deletedGuilds = new WeakSet(); */ class Guild extends AnonymousGuild { constructor(client, data) { - if (data.id == '820557032016969748') console.log(data); super(client, data, false); /**