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[]