summary refs log tree commit diff
path: root/src/util
diff options
context:
space:
mode:
authorTomatoCake <60300461+DEVTomatoCake@users.noreply.github.com>2024-08-18 12:05:50 +0200
committerTomatoCake <60300461+DEVTomatoCake@users.noreply.github.com>2024-08-18 12:05:50 +0200
commit917f394cc562bbf5c23b8a14ee0c8d70783bc29d (patch)
treee743ec8bdbf57ecb4a110b424670f81b3d96a2c0 /src/util
parentMerge pull request #1182 from DEVTomatoCake/fix/msg-update-pinned (diff)
downloadserver-ts-917f394cc562bbf5c23b8a14ee0c8d70783bc29d.tar.xz
Consistent widget disabled error
Diffstat (limited to 'src/util')
-rw-r--r--src/util/util/Constants.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/util/Constants.ts b/src/util/util/Constants.ts

index a6caae003..34e925e59 100644 --- a/src/util/util/Constants.ts +++ b/src/util/util/Constants.ts
@@ -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,