spam:add using emoji

This commit is contained in:
Aine
2023-09-22 22:15:53 +03:00
parent 3bb1f3ecba
commit 74defa85e4
4 changed files with 67 additions and 3 deletions

View File

@@ -223,7 +223,7 @@ func (b *Bot) initCommands() commandList {
},
{
key: commandSpamlistAdd,
description: "Mark an email address (or pattern) as spam",
description: "Mark an email address (or pattern) as spam (or you can react to the email with emoji: ⛔️,🛑, or 🚫)",
allowed: b.allowOwner,
},
{