From 806380a25d8ec5655dc6aacd4e65e4ed7ee5ab32 Mon Sep 17 00:00:00 2001 From: Fleny Date: Wed, 23 Apr 2025 16:09:18 +0200 Subject: [PATCH] Fix triple-n typos in types.ts and application.ts (#4164) --- packages/bot/src/transformers/types.ts | 2 +- packages/types/src/discord/application.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bot/src/transformers/types.ts b/packages/bot/src/transformers/types.ts index 6af74f74a..bf499803f 100644 --- a/packages/bot/src/transformers/types.ts +++ b/packages/bot/src/transformers/types.ts @@ -130,7 +130,7 @@ export interface ActivityInstance { instanceId: string /** Unique identifier for the launch */ launchId: bigint - /** The Location the instance is runnning in */ + /** The Location the instance is running in */ location: ActivityLocation /** The IDs of the Users currently connected to the instance */ users: bigint[] diff --git a/packages/types/src/discord/application.ts b/packages/types/src/discord/application.ts index 08546267f..4b2c87a44 100644 --- a/packages/types/src/discord/application.ts +++ b/packages/types/src/discord/application.ts @@ -136,7 +136,7 @@ export interface DiscordActivityInstance { instance_id: string /** Unique identifier for the launch */ launch_id: string - /** The Location the instance is runnning in */ + /** The Location the instance is running in */ location: DiscordActivityLocation /** The IDs of the Users currently connected to the instance */ users: string[]