Message epic gamers when they join the discord

This commit is contained in:
Luke Robles 2019-01-11 14:03:39 -08:00
parent 455d6f4a01
commit 6da4576332

View File

@ -38,6 +38,10 @@ dragon_environment = os.getenv('DRAGON_ENV')
debug = dragon_environment == 'test' debug = dragon_environment == 'test'
@client.event @client.event
async def on_member_join(member):
message = "Whats up epic gamer.\n\nI'm dragon-bot, this server's top meme bot.\nType !help in general to see everything I'm capable of"
await client.send_message(member, message)
async def on_ready(): async def on_ready():
# Update the bot's status # Update the bot's status
await client.change_presence( await client.change_presence(