Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: DetachHead <[email protected]>
  • Loading branch information
JustCat80 and DetachHead authored Jul 30, 2021
1 parent 21db1c5 commit bc6ac9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ declare namespace Eris {
defaultPermission?: boolean;
};

type SlashCommandStructure = Exclude<SlashCommand, "id" | "application_id" | "guild_id">;
type SlashCommandStructure = Omit<SlashCommand, "id" | "application_id" | "guild_id">;

type SlashCommandPermissions = {
id: string;
Expand Down

0 comments on commit bc6ac9b

Please sign in to comment.