diff --git a/deno/payloads/v10/user.ts b/deno/payloads/v10/user.ts index 58e78c39..9857c627 100644 --- a/deno/payloads/v10/user.ts +++ b/deno/payloads/v10/user.ts @@ -281,7 +281,11 @@ export enum ConnectionService { Steam = 'steam', TikTok = 'tiktok', Twitch = 'twitch', - Twitter = 'twitter', + X = 'twitter', + /** + * @deprecated This is the old name for {@apilink ConnectionService#X} + */ + Twitter = X, Xbox = 'xbox', YouTube = 'youtube', } diff --git a/deno/payloads/v9/user.ts b/deno/payloads/v9/user.ts index 35d5ed25..3cf43065 100644 --- a/deno/payloads/v9/user.ts +++ b/deno/payloads/v9/user.ts @@ -281,7 +281,11 @@ export enum ConnectionService { Steam = 'steam', TikTok = 'tiktok', Twitch = 'twitch', - Twitter = 'twitter', + X = 'twitter', + /** + * @deprecated This is the old name for {@apilink ConnectionService#X} + */ + Twitter = X, Xbox = 'xbox', YouTube = 'youtube', } diff --git a/payloads/v10/user.ts b/payloads/v10/user.ts index 415ae7f7..b5cba88d 100644 --- a/payloads/v10/user.ts +++ b/payloads/v10/user.ts @@ -281,7 +281,11 @@ export enum ConnectionService { Steam = 'steam', TikTok = 'tiktok', Twitch = 'twitch', - Twitter = 'twitter', + X = 'twitter', + /** + * @deprecated This is the old name for {@apilink ConnectionService#X} + */ + Twitter = X, Xbox = 'xbox', YouTube = 'youtube', } diff --git a/payloads/v9/user.ts b/payloads/v9/user.ts index c6f61a87..7c2d78c3 100644 --- a/payloads/v9/user.ts +++ b/payloads/v9/user.ts @@ -281,7 +281,11 @@ export enum ConnectionService { Steam = 'steam', TikTok = 'tiktok', Twitch = 'twitch', - Twitter = 'twitter', + X = 'twitter', + /** + * @deprecated This is the old name for {@apilink ConnectionService#X} + */ + Twitter = X, Xbox = 'xbox', YouTube = 'youtube', }