Skip to content

Commit

Permalink
Language fix
Browse files Browse the repository at this point in the history
Co-authored-by: ExampleWasTaken <[email protected]>
  • Loading branch information
pdellaert and ExampleWasTaken authored Oct 27, 2024
1 parent 96939d5 commit e625074
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const failedEmbed = (commandId: string) => makeEmbed({

const doesNotExistsEmbed = (command: string) => makeEmbed({
title: 'Prefix Commands - Delete Command - Does not exist',
description: `The prefix command ${command} does not exists. Can not delete it.`,
description: `The prefix command ${command} does not exists. Cannot delete it.`,
color: Colors.Red,
});

Expand Down

0 comments on commit e625074

Please sign in to comment.