mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix: EmbedField takes StringResolvable not string
This commit is contained in:
4
typings/index.d.ts
vendored
4
typings/index.d.ts
vendored
@@ -2182,8 +2182,8 @@ declare module 'discord.js' {
|
||||
}
|
||||
|
||||
interface EmbedField {
|
||||
name: string;
|
||||
value: string;
|
||||
name: StringResolvable;
|
||||
value: StringResolvable;
|
||||
inline?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user