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) => {
|
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",
|
Loading…
Add table
Reference in a new issue