From 368bec2eedd9dbe39401f6ca6f03aaf3ed4f7e3c Mon Sep 17 00:00:00 2001 From: null <60427892+null8626@users.noreply.github.com> Date: Thu, 30 Apr 2026 19:32:23 +0700 Subject: [PATCH] feat: add roblox platform and project type --- src/typings.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/typings.ts b/src/typings.ts index 32e170a..8aafc6b 100644 --- a/src/typings.ts +++ b/src/typings.ts @@ -14,10 +14,10 @@ export interface APIOptions { export type UserSource = "discord" | "topgg"; /** A project's platform */ -export type Platform = "discord"; +export type Platform = "discord" | "roblox"; /** A project's type */ -export type ProjectType = "bot" | "server"; +export type ProjectType = "bot" | "server" | "game"; /** A locale for a project's payload */ export type Locale =