diff options
Diffstat (limited to 'src/discord.ts')
-rw-r--r-- | src/discord.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/discord.ts b/src/discord.ts index 16ca45f..7871fa3 100644 --- a/src/discord.ts +++ b/src/discord.ts @@ -15,6 +15,10 @@ export interface TokenResponse { token_type: string } +/** + * The information about the Discord user that's directly returned by the + * Discord API + */ export interface DiscordUser { id: string username: string |