mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Simulate channel structure if user's voice channel was not found
This commit is contained in:
@@ -208,7 +208,7 @@ export default class Server extends Equality {
|
||||
return chan;
|
||||
}
|
||||
}
|
||||
return this;
|
||||
return {server: this};
|
||||
}
|
||||
|
||||
equalsStrict(obj) {
|
||||
|
||||
Reference in New Issue
Block a user