mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
refactor: added TextBasedChannels type (#6286)
This commit is contained in:
@@ -16,7 +16,7 @@ class MessageManager extends CachedManager {
|
||||
|
||||
/**
|
||||
* The channel that the messages belong to
|
||||
* @type {TextBasedChannel}
|
||||
* @type {TextBasedChannels}
|
||||
*/
|
||||
this.channel = channel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user