diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-17 01:42:30 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-17 01:42:30 +0200 |
commit | f41a0fe748dfd620c304a7b6af8040e509a911f5 (patch) | |
tree | b1063bd3321606eb84f5d73f4811a6fa6e0f36f3 /gateway | |
parent | :arrow_up: update sqlite3 (diff) | |
download | server-f41a0fe748dfd620c304a7b6af8040e509a911f5.tar.xz |
:bug: fix typo in custom status
Diffstat (limited to 'gateway')
-rw-r--r-- | gateway/src/schema/Activity.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gateway/src/schema/Activity.ts b/gateway/src/schema/Activity.ts index e8763046..b1ac5638 100644 --- a/gateway/src/schema/Activity.ts +++ b/gateway/src/schema/Activity.ts @@ -21,7 +21,7 @@ export const ActivitySchema = { $emoji: { $name: String, $id: String, - $amimated: Boolean, + $animated: Boolean, }, $party: { $id: String, |