diff options
| author | 2020-08-02 22:19:22 +0200 | |
|---|---|---|
| committer | 2020-08-02 23:11:02 +0200 | |
| commit | a2218956c881de81b41129e707091a43f6477d24 (patch) | |
| tree | b40f1d89b6b5adf7b47419b65508d2898e45714d | |
| parent | Remove superfluous Available help channels. (diff) | |
Verification: add initial on join message
This message will be sent via direct message to each user who joins
the guild.
| -rw-r--r-- | bot/cogs/verification.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bot/cogs/verification.py b/bot/cogs/verification.py index ae156cf70..2293cad28 100644 --- a/bot/cogs/verification.py +++ b/bot/cogs/verification.py @@ -12,6 +12,13 @@ from bot.utils.checks import InWhitelistCheckFailure, without_role_check log = logging.getLogger(__name__) +ON_JOIN_MESSAGE = f""" +Hello! Welcome to Python Discord! + +In order to send messages, you first have to accept our rules. To do so, please visit \ +<#{constants.Channels.verification}>. Thank you! +""" + WELCOME_MESSAGE = f""" Hello! Welcome to the server, and thanks for verifying yourself! |