diff options
author | BuildTools <59115290+BanTheNons@users.noreply.github.com> | 2021-08-06 15:42:59 +0300 |
---|---|---|
committer | BuildTools <59115290+BanTheNons@users.noreply.github.com> | 2021-08-06 15:42:59 +0300 |
commit | 8833c6b400c51fec403bf4afc4cf65e725fc45d1 (patch) | |
tree | ee69e34f0e38bd893eabeb072b3c38dc59c54e71 | |
parent | Added accent_color (diff) | |
download | server-8833c6b400c51fec403bf4afc4cf65e725fc45d1.tar.xz |
bug fix
-rw-r--r-- | src/routes/auth/register.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/auth/register.ts b/src/routes/auth/register.ts index 41798552..279103bc 100644 --- a/src/routes/auth/register.ts +++ b/src/routes/auth/register.ts @@ -196,6 +196,7 @@ router.post( username: adjusted_username, discriminator, avatar: null, + accent_color: null, bot: false, system: false, desktop: false, |