Skip to content

Commit

Permalink
fixed typings
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Oct 22, 2024
1 parent c7633e2 commit 028f060
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,11 @@ export async function prepareCommand(
const error = await util.checkCooldown(
cmd.options.cooldown,
`${cmd.options.name} command`,
message,
{
authorId: message.author.id,
channelId: message.channelId,
guildId: message.guildId,
},
message,
)

Expand Down

0 comments on commit 028f060

Please sign in to comment.