mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 07:05:32 +00:00
verification: Add a sleep after footer messages too
those get sent in incorrect order from time to time
This commit is contained in:
parent
0786f29bca
commit
e651490a34
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue