update interface
This commit is contained in:
parent
efc60a4ccc
commit
25177b64ff
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user