chore: remove redundant directories for single files

This commit is contained in:
Jacob Nguyen
2023-05-03 21:05:19 -05:00
parent b7e99a85a6
commit d53b315157

View File

@@ -9,7 +9,6 @@ export type PlatformStrategy =
export interface WebsocketStrategy {
type: DispatchType.Websocket;
//icreate, messageCreate, ready
eventNames: [interactioncreate: string, messagecreate: string, ready: string]
defaultPrefix?: string;
}