diff --git a/deno/payloads/v10/user.ts b/deno/payloads/v10/user.ts index 3ad424a6..dabefa49 100644 --- a/deno/payloads/v10/user.ts +++ b/deno/payloads/v10/user.ts @@ -239,6 +239,7 @@ export enum ConnectionService { Spotify = 'spotify', Skype = 'skype', Steam = 'steam', + TikTok = 'tiktok', Twitch = 'twitch', Twitter = 'twitter', Xbox = 'xbox', diff --git a/deno/payloads/v9/user.ts b/deno/payloads/v9/user.ts index 5ab49e4b..34462af6 100644 --- a/deno/payloads/v9/user.ts +++ b/deno/payloads/v9/user.ts @@ -239,6 +239,7 @@ export enum ConnectionService { Spotify = 'spotify', Skype = 'skype', Steam = 'steam', + TikTok = 'tiktok', Twitch = 'twitch', Twitter = 'twitter', Xbox = 'xbox', diff --git a/payloads/v10/user.ts b/payloads/v10/user.ts index ad76f3d1..5b997229 100644 --- a/payloads/v10/user.ts +++ b/payloads/v10/user.ts @@ -239,6 +239,7 @@ export enum ConnectionService { Spotify = 'spotify', Skype = 'skype', Steam = 'steam', + TikTok = 'tiktok', Twitch = 'twitch', Twitter = 'twitter', Xbox = 'xbox', diff --git a/payloads/v9/user.ts b/payloads/v9/user.ts index cad9c3a5..4be5fcb2 100644 --- a/payloads/v9/user.ts +++ b/payloads/v9/user.ts @@ -239,6 +239,7 @@ export enum ConnectionService { Spotify = 'spotify', Skype = 'skype', Steam = 'steam', + TikTok = 'tiktok', Twitch = 'twitch', Twitter = 'twitter', Xbox = 'xbox',