Updated type system
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { IEvent } from "~/interfaces"
|
||||
import { Event } from "~/typings"
|
||||
|
||||
const event: IEvent<"voiceStateUpdate"> = (_o, n) => {
|
||||
const event: Event<"voiceStateUpdate"> = (_o, n) => {
|
||||
const guild = n.guild
|
||||
|
||||
if (!guild) return
|
||||
|
||||
Reference in New Issue
Block a user