# Check if the user is on the list, if not we return
ifnotuserOnList:
awaitmessage.channel.send("You are not on the list of Discord community members as taken on 9PM UTC November 4th. Unfortunately, we cannot register you for this sale. If you think this is in error, please contact `sale@xx-coin.io`.")
@@ -30,10 +39,11 @@ class MyClient(discord.Client):
awaitmessage.channel.send("You have been registered. Registration and login details will be sent to your email by November 19th. You will not be able to login until then.")
else:
awaitmessage.channel.send("Your email address has been updated. Registration and login details will be sent to your email by November 19th. You will not be able to login until then.")
else:
return
# All else has failed, tell the user they are on the list
awaitmessage.channel.send("You are on our list! Please reply with a valid email address to register for the token sale.")
else:
awaitmessage.channel.send("You are not on the list of Discord community members as taken on 9PM UTC November 4th. Unfortunately, we cannot register you for this sale. If you think this is in error, please contact `sale@xx-coin.io`.")