откат pic к nsfw

This commit is contained in:
Jonny_Bro (Nikita) 2023-03-27 23:56:20 +05:00
parent 4ddd5f48d8
commit 027bd0ed55
3 changed files with 5 additions and 5 deletions

View file

@ -10,9 +10,9 @@ class NSFW extends BaseCommand {
constructor(client) {
super({
command: new SlashCommandBuilder()
.setName("pic")
.setDescription(client.translate("nsfw/pic:DESCRIPTION"))
.setDescriptionLocalizations({ "uk": client.translate("nsfw/pic:DESCRIPTION", null, "uk-UA") })
.setName("nsfw")
.setDescription(client.translate("nsfw/nsfw:DESCRIPTION"))
.setDescriptionLocalizations({ "uk": client.translate("nsfw/nsfw:DESCRIPTION", null, "uk-UA") })
.setDMPermission(true),
aliases: [],
dirname: __dirname,

View file

@ -1,5 +1,5 @@
{
"DESCRIPTION": "Получить NSFW изображение",
"USAGE": "",
"EXAMPLES": "pic"
"EXAMPLES": "nsfw"
}

View file

@ -1,5 +1,5 @@
{
"DESCRIPTION": "Отримати NSFW зображення",
"USAGE": "",
"EXAMPLES": "pic"
"EXAMPLES": "nsfw"
}