mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 00:40:07 +00:00
Fix triple-n typos in types.ts and application.ts (#4164)
This commit is contained in:
@@ -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[]
|
||||
|
||||
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user