Update and rename src/plugins/manage/groups/counters/modules/create/index.ts to src/plugins/manage/groups/counters/modules/add/index.ts

This commit is contained in:
Axel Olausson Holtenäs 2022-04-26 12:40:10 +02:00 committed by GitHub
parent c486ea6e91
commit 3515f501ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ export default {
data: (command: SlashCommandSubcommandBuilder) => { data: (command: SlashCommandSubcommandBuilder) => {
return command return command
.setName("create") .setName("add")
.setDescription("Add a counter to your guild.") .setDescription("Add a counter to your guild.")
.addChannelOption((option) => .addChannelOption((option) =>
option option
@ -58,7 +58,7 @@ export default {
const embed = new MessageEmbed() const embed = new MessageEmbed()
.setTitle( .setTitle(
i18next.t("manage:groups:counters:modules:create:general:title", { i18next.t("manage:groups:counters:modules:add:general:title", {
lng: locale, lng: locale,
ns: "plugins", ns: "plugins",
}) })
@ -77,7 +77,7 @@ export default {
embed embed
.setDescription( .setDescription(
i18next.t( i18next.t(
"manage:groups:counters:modules:create:error01:description", "manage:groups:counters:modules:add:error01:description",
{ {
lng: locale, lng: locale,
ns: "plugins", ns: "plugins",