Fix triple-n typos in types.ts and application.ts (#4164)

This commit is contained in:
Fleny
2025-04-23 16:09:18 +02:00
committed by GitHub
parent d063655e56
commit 806380a25d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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