mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: lint
This commit is contained in:
@@ -80,6 +80,10 @@ class ChannelManager extends CachedManager {
|
||||
return channel;
|
||||
}
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
* @param {string} id The id to remove
|
||||
*/
|
||||
_remove(id) {
|
||||
const channel = this.cache.get(id);
|
||||
channel?.guild?.channels.cache.delete(id);
|
||||
|
||||
Reference in New Issue
Block a user