mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 15:11:32 +00:00
Remove debug calls
This commit is contained in:
parent
59060b27e6
commit
9cfcb3452b
1 changed files with 0 additions and 3 deletions
|
|
@ -577,9 +577,6 @@ export default class InternalClient {
|
|||
user = this.resolver.resolveUser(user);
|
||||
server = this.resolver.resolveServer(server);
|
||||
return this.resolver.resolveChannel(channel).then(channel => {
|
||||
console.log(channel.id);
|
||||
console.log(channel.name);
|
||||
console.log(channel.type);
|
||||
// Make sure `channel` is a voice channel
|
||||
if(channel.type !== "voice") {
|
||||
throw new Error("Can't moveMember into a non-voice channel");
|
||||
|
|
|
|||
Loading…
Reference in a new issue