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"
|
import RegistrationHandler from "./RegistrationHandler"
|
||||||
|
|
||||||
export type Maybe<T> = T | undefined
|
export type Maybe<T> = T | undefined
|
||||||
@ -14,7 +14,7 @@ export interface localized_string {
|
|||||||
}
|
}
|
||||||
export interface userNameBinding {
|
export interface userNameBinding {
|
||||||
Steam: string,
|
Steam: string,
|
||||||
Discord: string
|
DiscordUser: GuildMember
|
||||||
}
|
}
|
||||||
export interface discordCommand {
|
export interface discordCommand {
|
||||||
name: string,
|
name: string,
|
||||||
|
Loading…
Reference in New Issue
Block a user