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 2276f75 commit 6b533a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const failedEmbed = (versionId: string) => makeEmbed({

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

Expand Down

0 comments on commit 6b533a2

Please sign in to comment.