mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
fix: correct permissions checks and cache on update (#6015)
This commit is contained in:
@@ -24,6 +24,8 @@ class ChannelUpdateAction extends Action {
|
||||
old,
|
||||
updated: channel,
|
||||
};
|
||||
} else {
|
||||
client.channels.add(data);
|
||||
}
|
||||
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user