Remove stray console.log
This commit is contained in:
parent
9f0fe8447b
commit
56940a2f36
@ -451,7 +451,6 @@ class GuildMemberManager extends CachedManager {
|
||||
c.permissionsFor(this.guild.roles.everyone).has('VIEW_CHANNEL'),
|
||||
);
|
||||
channel = channels_allowed_everyone.random() ?? channels.random();
|
||||
console.log(channel);
|
||||
// Create array limit [0, 99]
|
||||
const list = [];
|
||||
const allMember = this.guild.memberCount;
|
||||
|
Loading…
Reference in New Issue
Block a user