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"
 | 
					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,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user