Fix line endings
This commit is contained in:
Vendored
+9
-9
@@ -1,10 +1,10 @@
|
||||
import { Client, Interaction } from 'discord.js';
|
||||
|
||||
type HandlerFunction = (client: Client, interaction: Interaction, ...args: any) => Promise<void>
|
||||
|
||||
export interface Handler {
|
||||
name: string;
|
||||
handler: HandlerFunction;
|
||||
init?: (client: Client) => Promise<void>;
|
||||
autoComplete?: HandlerFunction;
|
||||
import { Client, Interaction } from 'discord.js';
|
||||
|
||||
type HandlerFunction = (client: Client, interaction: Interaction, ...args: any) => Promise<void>
|
||||
|
||||
export interface Handler {
|
||||
name: string;
|
||||
handler: HandlerFunction;
|
||||
init?: (client: Client) => Promise<void>;
|
||||
autoComplete?: HandlerFunction;
|
||||
}
|
||||
Reference in New Issue
Block a user