Browse Source

Working "I am logged in" machine

tags/v1.0.0
roxie 6 years ago
parent
commit
48ff375278
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      main.py

+ 2
- 1
main.py View File



bot = commands.Bot(command_prefix=command_prefix) bot = commands.Bot(command_prefix=command_prefix)



@bot.event @bot.event
async def on_ready(): async def on_ready():
print("Client Logged In") print("Client Logged In")


bot.run(token)
bot.run(token)

Loading…
Cancel
Save