update interface

This commit is contained in:
mightypanders 2021-11-13 20:21:34 +01:00
parent efc60a4ccc
commit 25177b64ff

View File

@ -1,4 +1,4 @@
import { CommandInteraction } from "discord.js"
import { CommandInteraction, GuildMember } from "discord.js"
import RegistrationHandler from "./RegistrationHandler"
export type Maybe<T> = T | undefined
@ -14,7 +14,7 @@ export interface localized_string {
}
export interface userNameBinding {
Steam: string,
Discord: string
DiscordUser: GuildMember
}
export interface discordCommand {
name: string,