verification: Add a sleep after footer messages too

those get sent in incorrect order from time to time
This commit is contained in:
Ave Ozkal 2019-01-23 00:11:32 +03:00
parent 0786f29bca
commit e651490a34
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B
2 changed files with 2 additions and 1 deletions

View file

@ -149,6 +149,7 @@ class Verification:
for x in welcome_footer:
await ctx.send(cleandoc(x))
await asyncio.sleep(1)
async def process_message(self, message):
"""Big code that makes me want to shoot myself

View file

@ -38,7 +38,7 @@ staff_role_ids = [526384077679624192, # Team role in NotSwitched
log_channel = 526377735908491284 # Log channel in NotSwitched
botlog_channel = 529070401704296460 # Botlog channel in NotSwitched
welcome_channel = 526372470752673792 # rules-info channel in NotSwitched
welcome_channel = 526372470752673792 # newcomers channel in NotSwitched
community_channels = [526378423468425236] # Channels requiring community role
general_channels = [526372255052201995] # Channels everyone can access