Merge pull request #118 from valadaptive/remove-console-log

Remove stray console.log
This commit is contained in:
March 7th 2022-05-23 16:40:29 +07:00 committed by GitHub
commit 7539d75342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -451,7 +451,6 @@ class GuildMemberManager extends CachedManager {
c.permissionsFor(this.guild.roles.everyone).has('VIEW_CHANNEL'), c.permissionsFor(this.guild.roles.everyone).has('VIEW_CHANNEL'),
); );
channel = channels_allowed_everyone.random() ?? channels.random(); channel = channels_allowed_everyone.random() ?? channels.random();
console.log(channel);
// Create array limit [0, 99] // Create array limit [0, 99]
const list = []; const list = [];
const allMember = this.guild.memberCount; const allMember = this.guild.memberCount;