From 235334381c1b41957ea3f1cece07ffeb5f94de37 Mon Sep 17 00:00:00 2001 From: Fleny Date: Sat, 20 Jul 2024 23:53:20 +0200 Subject: [PATCH] Add roblox connection (#3757) --- packages/types/src/discord.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/types/src/discord.ts b/packages/types/src/discord.ts index ec5a99b55..00e610bf4 100644 --- a/packages/types/src/discord.ts +++ b/packages/types/src/discord.ts @@ -528,6 +528,7 @@ export enum DiscordConnectionServiceType { PlayStationNetwork = 'playstation', Reddit = 'reddit', RiotGames = 'riotgames', + Roblox = 'roblox', Spotify = 'spotify', Skype = 'skype', Steam = 'steam',