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