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:
parent
c486ea6e91
commit
3515f501ae
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ export default {
|
|||
|
||||
data: (command: SlashCommandSubcommandBuilder) => {
|
||||
return command
|
||||
.setName("create")
|
||||
.setName("add")
|
||||
.setDescription("Add a counter to your guild.")
|
||||
.addChannelOption((option) =>
|
||||
option
|
||||
|
@ -58,7 +58,7 @@ export default {
|
|||
|
||||
const embed = new MessageEmbed()
|
||||
.setTitle(
|
||||
i18next.t("manage:groups:counters:modules:create:general:title", {
|
||||
i18next.t("manage:groups:counters:modules:add:general:title", {
|
||||
lng: locale,
|
||||
ns: "plugins",
|
||||
})
|
||||
|
@ -77,7 +77,7 @@ export default {
|
|||
embed
|
||||
.setDescription(
|
||||
i18next.t(
|
||||
"manage:groups:counters:modules:create:error01:description",
|
||||
"manage:groups:counters:modules:add:error01:description",
|
||||
{
|
||||
lng: locale,
|
||||
ns: "plugins",
|
Loading…
Add table
Reference in a new issue