aboutsummaryrefslogtreecommitdiff
path: root/src/discord.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/discord.ts')
-rw-r--r--src/discord.ts4
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