From 2033f0eb69b63774cce39e012b3fc8db8881134e Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 17 Oct 2021 01:42:30 +0200 Subject: [PATCH] :bug: fix typo in custom status --- gateway/src/schema/Activity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,