Skip to content

Commit

Permalink
chore(lint): auto-lint source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed May 30, 2021
1 parent 6079e76 commit 8b55573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ interface SyncCommandOptions {
}

/** The main class for using commands and interactions. */
class SlashCreator extends ((EventEmitter as any) as new () => TypedEmitter<SlashCreatorEvents>) {
class SlashCreator extends (EventEmitter as any as new () => TypedEmitter<SlashCreatorEvents>) {
/** The options from constructing the creator */
options: SlashCreatorOptions;
/** The request handler for the creator */
Expand Down

0 comments on commit 8b55573

Please sign in to comment.