Consistent widget disabled error

This commit is contained in:
TomatoCake
2024-08-18 12:05:50 +02:00
parent f7f16db37e
commit 917f394cc5
3 changed files with 18 additions and 12 deletions
+1 -1
View File
@@ -812,7 +812,7 @@ export const DiscordApiErrors = {
"Cannot execute action on a DM channel",
50003,
),
EMBED_DISABLED: new ApiError("Guild widget disabled", 50004),
EMBED_DISABLED: new ApiError("Widget Disabled", 50004),
CANNOT_EDIT_MESSAGE_BY_OTHER: new ApiError(
"Cannot edit a message authored by another user",
50005,