diff options
| author | 2019-01-11 11:01:53 +0100 | |
|---|---|---|
| committer | 2019-01-11 11:01:53 +0100 | |
| commit | 5dd611793c598508c5be8868725ca5400ad0c304 (patch) | |
| tree | 1af5181301fa271165ccef7ab268c92426fd5ed5 | |
| parent | Merge pull request #232 from python-discord/antispam-mute-infr (diff) | |
Using stronger language in the message and emphazising the 'strongly recommend' with bold
| -rw-r--r-- | bot/cogs/token_remover.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bot/cogs/token_remover.py b/bot/cogs/token_remover.py index 8277513a7..c1a0e18ba 100644 --- a/bot/cogs/token_remover.py +++ b/bot/cogs/token_remover.py @@ -16,8 +16,9 @@ log = logging.getLogger(__name__) DELETION_MESSAGE_TEMPLATE = ( "Hey {mention}! I noticed you posted a seemingly valid Discord API " - "token in your message and have removed your message to prevent abuse. " - "We recommend regenerating your token regardless, which you can do here: " + "token in your message and have removed your message. " + "We **strongly recommend** regenerating your token as it's probably " + "been compromised. You can do that here: " "<https://discordapp.com/developers/applications/me>\n" "Feel free to re-post it with the token removed. " "If you believe this was a mistake, please let us know!" |