mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
refactor(Managers): rename add to _add (#6060)
This commit is contained in:
@@ -25,7 +25,7 @@ class ChannelUpdateAction extends Action {
|
||||
updated: channel,
|
||||
};
|
||||
} else {
|
||||
client.channels.add(data);
|
||||
client.channels._add(data);
|
||||
}
|
||||
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user