summary refs log tree commit diff
diff options
context:
space:
mode:
authorBuildTools <59115290+BanTheNons@users.noreply.github.com>2021-08-06 15:42:59 +0300
committerBuildTools <59115290+BanTheNons@users.noreply.github.com>2021-08-06 15:42:59 +0300
commit8833c6b400c51fec403bf4afc4cf65e725fc45d1 (patch)
treeee69e34f0e38bd893eabeb072b3c38dc59c54e71
parentAdded accent_color (diff)
downloadserver-8833c6b400c51fec403bf4afc4cf65e725fc45d1.tar.xz
bug fix
-rw-r--r--src/routes/auth/register.ts1
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,