mirror of
https://github.com/discordjs/discord.js.git
synced 2026-09-18 17:27:29 +00:00
fix: EmbedField takes StringResolvable not string
This commit is contained in:
Vendored
+2
-2
@@ -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