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