mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00:00
docs: fix typos (#3404)
This commit is contained in:
Vendored
+1
-1
@@ -1736,7 +1736,7 @@ declare module 'discord.js' {
|
||||
public create(name: string, options?: GuildCreateChannelOptions): Promise<TextChannel | VoiceChannel | CategoryChannel>;
|
||||
}
|
||||
|
||||
// Hacky workaround because changing the signature of an overriden method errors
|
||||
// Hacky workaround because changing the signature of an overridden method errors
|
||||
class OverridableDataStore<V, K, VConstructor = Constructable<V>, R = any> extends DataStore<V, K, VConstructor, R> {
|
||||
public add(data: any, cache: any): any;
|
||||
public set(key: any): any;
|
||||
|
||||
Reference in New Issue
Block a user