Skip to content

Commit

Permalink
fixed typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Leref committed Sep 19, 2023
1 parent 4c4e88c commit 999d6cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,9 @@ declare module "aoi.js" {
interface Command extends BaseCommand {
name: string;
aliases?: string | Array<string>;
async?: boolean;
whitelist?: boolean;
nonPrefixed?: boolean;
error?: string;
dmOnly?: boolean;
}

interface AwaitCommand extends BaseCommand {
Expand Down Expand Up @@ -320,7 +319,7 @@ declare module "aoi.js" {
timeoutCommand(d: EventCommand): void;
pulseCommand(d: EventCommand): void;
rateLimitCommand(d: EventCommand): void;
webhookUpdateCommand(d: EventCommand): void;
webhooksUpdateCommand(d: EventCommand): void;
}

// cacheManager
Expand Down

0 comments on commit 999d6cd

Please sign in to comment.