From b31d5970ced35f89bc22da4cc7891fb34c9b2b8b Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Tue, 26 Apr 2022 12:41:17 +0200 Subject: [PATCH] Update and rename src/plugins/manage/groups/counters/modules/delete/index.ts to src/plugins/manage/groups/counters/modules/remove/index.ts --- .../groups/counters/modules/{delete => remove}/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename src/plugins/manage/groups/counters/modules/{delete => remove}/index.ts (92%) diff --git a/src/plugins/manage/groups/counters/modules/delete/index.ts b/src/plugins/manage/groups/counters/modules/remove/index.ts similarity index 92% rename from src/plugins/manage/groups/counters/modules/delete/index.ts rename to src/plugins/manage/groups/counters/modules/remove/index.ts index 989b1ec..b707b45 100644 --- a/src/plugins/manage/groups/counters/modules/delete/index.ts +++ b/src/plugins/manage/groups/counters/modules/remove/index.ts @@ -28,7 +28,7 @@ export default { data: (command: SlashCommandSubcommandBuilder) => { return command - .setName("delete") + .setName("remove") .setDescription(`Delete a counter from your guild.`) .addChannelOption((option) => option @@ -45,7 +45,7 @@ export default { const embed = new MessageEmbed() .setTitle( - i18next.t("manage:groups:counters:modules:delete:general:title", { + i18next.t("manage:groups:counters:modules:remove:general:title", { lng: locale, ns: "plugins", }) @@ -66,7 +66,7 @@ export default { embed .setDescription( i18next.t( - "manage:groups:counters:modules:delete:error01:description", + "manage:groups:counters:modules:remove:error01:description", { lng: locale, ns: "plugins", @@ -91,7 +91,7 @@ export default { embed .setDescription( i18next.t( - "manage:groups:counters:modules:delete:success01:description", + "manage:groups:counters:modules:remove:success01:description", { lng: locale, ns: "plugins",