summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-07 19:30:54 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-07 19:30:54 +0200
commitc260fa1c82c259b5b12e7cde047beefc17334728 (patch)
tree788d47b30dd5ebbcd022540e4b1026d71ce2a755
parent:bug: fix GuildUpdate Schema (diff)
downloadserver-c260fa1c82c259b5b12e7cde047beefc17334728.tar.xz
:pencil2: typo
-rw-r--r--src/util/cdn.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/cdn.ts b/src/util/cdn.ts

index b0d0f62a..30b946ea 100644 --- a/src/util/cdn.ts +++ b/src/util/cdn.ts
@@ -35,6 +35,6 @@ export async function handleFile(path: string, body?: string): Promise<string | return id; } catch (error) { console.error(error); - throw new HTTPError("Invalid icon"); + throw new HTTPError("Invalid file"); } }