diff --git a/src/commands/sss_create_account.ts b/src/commands/sss_create_account.ts index 06b060b..946b9a4 100644 --- a/src/commands/sss_create_account.ts +++ b/src/commands/sss_create_account.ts @@ -25,7 +25,7 @@ export default class SSS_Create_Account extends Command { await this.client.util.authClient.createUser({ email: staff.emailAddress, name: message.author.username, - user_id: message.author.id, + user_id: `auth0|${message.author.id}`, connection: 'Staff-Database', email_verified: true, app_metadata: { @@ -38,7 +38,7 @@ export default class SSS_Create_Account extends Command { await this.client.util.authClient.createUser({ email: staff.emailAddress, name: message.author.username, - user_id: message.author.id, + user_id: `auth0|${message.author.id}`, connection: 'Staff-Database', email_verified: true, app_metadata: { @@ -51,7 +51,7 @@ export default class SSS_Create_Account extends Command { await this.client.util.authClient.createUser({ email: staff.emailAddress, name: message.author.username, - user_id: message.author.id, + user_id: `auth0|${message.author.id}`, connection: 'Staff-Database', email_verified: true, app_metadata: { @@ -64,7 +64,7 @@ export default class SSS_Create_Account extends Command { await this.client.util.authClient.createUser({ email: staff.emailAddress, name: message.author.username, - user_id: message.author.id, + user_id: `auth0|${message.author.id}`, connection: 'Staff-Database', email_verified: true, app_metadata: { @@ -77,7 +77,7 @@ export default class SSS_Create_Account extends Command { await this.client.util.authClient.createUser({ email: staff.emailAddress, name: message.author.username, - user_id: message.author.id, + user_id: `auth0|${message.author.id}`, connection: 'Staff-Database', email_verified: true, app_metadata: { @@ -90,7 +90,7 @@ export default class SSS_Create_Account extends Command { await this.client.util.authClient.createUser({ email: staff.emailAddress, name: message.author.username, - user_id: message.author.id, + user_id: `auth0|${message.author.id}`, connection: 'Staff-Database', email_verified: true, app_metadata: {