Updated Commentary

pull/8/head
sgoudham 4 years ago
parent a36e8a98dc
commit 76956f3e3f

@ -625,6 +625,7 @@ class Guild(Cog):
# Tell the user to type their mail into the chat
instructions = await user_channel.send(embed=send_instructions(self, member))
# Wait for the message from the author
msg = await wait_for_msg(self, check, user_channel)
if msg is None: return

Loading…
Cancel
Save