fix(guild): console.log
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user