extend maybe type
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
import { Collection } from "@discordjs/collection"
 | 
					import { Collection } from "@discordjs/collection"
 | 
				
			||||||
import { Role } from "discord.js"
 | 
					import { Role } from "discord.js"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export type Maybe<T> = T | undefined
 | 
					export type Maybe<T> = T | undefined | null
 | 
				
			||||||
export interface Player {
 | 
					export interface Player {
 | 
				
			||||||
  name: string
 | 
					  name: string
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user