diff options
| author | 2020-08-26 18:50:57 +0200 | |
|---|---|---|
| committer | 2020-08-26 18:50:57 +0200 | |
| commit | 3ea04e3ddeaeef1d7931df8f5b84293d5eac6a04 (patch) | |
| tree | 5bee7b4e4a9280f0720ed624fa53bebb7a1a310e | |
| parent | Verification: send guild invite with kick message (diff) | |
Verification: separate guild invite by empty line
Co-authored-by: Joe Banks <[email protected]>
Diffstat (limited to '')
| -rw-r--r-- | bot/cogs/verification.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/bot/cogs/verification.py b/bot/cogs/verification.py index 56b469a3e..a35681988 100644 --- a/bot/cogs/verification.py +++ b/bot/cogs/verification.py @@ -63,6 +63,7 @@ If you'd like to unsubscribe from the announcement notifications, simply send `!  KICKED_MESSAGE = f"""  Hi! You have been automatically kicked from Python Discord as you have failed to accept our rules \  within `{KICKED_AFTER}` days. If this was an accident, please feel free to join us again! +  {constants.Guild.invite}  """ | 
