diff --git a/src/utils/helpers/userHelpers.js b/src/utils/helpers/userHelpers.js index 5292647..43ed58b 100644 --- a/src/utils/helpers/userHelpers.js +++ b/src/utils/helpers/userHelpers.js @@ -46,6 +46,13 @@ export async function createUser(username, password) { password: hashPassword(salt, password), salt: salt, uploadKey: randomString(16), + + discordEmbed: { + embed: true, + title: "{id}.{ext}", + description: null, + color: "0063EB", + }, }); user.save(); } catch (e) {