mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
fix(Managers): fix typo in unsupported warning (#6338)
This commit is contained in:
@@ -26,7 +26,7 @@ class GuildChannelManager extends CachedManager {
|
||||
cacheWarningEmitted = true;
|
||||
process.emitWarning(
|
||||
`Overriding the cache handling for ${this.constructor.name} is unsupported and breaks functionality.`,
|
||||
'UnuspportedCacheOverwriteWarning',
|
||||
'UnsupportedCacheOverwriteWarning',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user