Skip to content

Commit 4f98a3d

Browse files
Language fix
Co-authored-by: ExampleWasTaken <[email protected]>
1 parent f678d83 commit 4f98a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/moderation/prefixCommands/functions/modifyCategory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const failedEmbed = (categoryId: string) => makeEmbed({
1515

1616
const doesNotExistsEmbed = (category: string) => makeEmbed({
1717
title: 'Prefix Commands - Modify Category - Does not exist',
18-
description: `The prefix command category ${category} does not exists. Can not modify it.`,
18+
description: `The prefix command category ${category} does not exists. Cannot modify it.`,
1919
color: Colors.Red,
2020
});
2121

0 commit comments

Comments
 (0)