mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
fix(Message): make #channel and #guild getters (#6271)
This commit is contained in:
@@ -28,7 +28,7 @@ class MessageManager extends CachedManager {
|
||||
*/
|
||||
|
||||
_add(data, cache) {
|
||||
return super._add(data, cache, { extras: [this.channel] });
|
||||
return super._add(data, cache);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user