Skip to content

Commit

Permalink
fix: deepsource issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tinarskii committed Oct 27, 2022
1 parent 5f7ba76 commit ea90382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/misc/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class HelpCommand {
iconURL: interaction.user.avatarURL()!,
})
.setThumbnail(bot.user!.displayAvatarURL())
.setTitle(`[Page ${idx + 1}/${categories.size}] Category: ${category!}`);
.setTitle(`[Page ${idx + 1}/${categories.size}] Category: ${category as string}`);

categoryCommands.forEach((c) => {
embed.addFields({ name: `/${c.name}`, value: c.description });
Expand Down

0 comments on commit ea90382

Please sign in to comment.