You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewRangeError(`'embed.fields[${tooLongFields.index}].${name}' is too long: ${(tooLongFieldsasany)[name]!.length}`);
178
+
}
179
+
}
180
+
}
181
+
156
182
if(this.title&&this.title.length>limits.title)thrownewRangeError(`'embed.title' is too long: ${this.title.length} (max: ${limits.title}).`);
157
183
if(this.author?.name&&this.author.name.length>limits.author.name)thrownewRangeError(`'embed.author.name' is too long: ${this.author.name.length} (max: ${limits.author.name}).`);
158
184
if(this.description&&this.description.length>limits.description)thrownewRangeError(`'embed.description' is too long: ${this.description.length} (max: ${limits.description}).`);
0 commit comments