commit | 10ac55461d82dc01246d6ba9e37f05deaab6ef45 | [log] [tgz] |
---|---|---|
author | pineafan <ash@pinea.dev> | Sun Mar 19 10:06:19 2023 +0000 |
committer | pineafan <ash@pinea.dev> | Sun Mar 19 10:06:19 2023 +0000 |
tree | 447c984f08d9c048c87420a989f818e3c8e3f5f6 | |
parent | c1908c0bb134abe46caa5375f43899b2f6e88d56 [diff] [blame] |
Made image settings green
diff --git a/src/commands/settings/automod.ts b/src/commands/settings/automod.ts index db4a1c4..dc2c723 100644 --- a/src/commands/settings/automod.ts +++ b/src/commands/settings/automod.ts
@@ -184,6 +184,8 @@ const embed = new EmojiEmbed() .setTitle("Image Settings") + .setStatus("Success") + // .setEmoji("") // TODO .setDescription( `${emojiFromBoolean(current.NSFW)} **NSFW**\n` + `${emojiFromBoolean(current.size)} **Size**\n` );