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

@@ -10,8 +10,9 @@ token = settings["Roxbot"]["Token"]

bot = commands.Bot(command_prefix=command_prefix)


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

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

Loading…
Cancel
Save