Browse Source

bot core innit

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

+ 1
- 1
main.py View File

@@ -14,4 +14,4 @@ bot = commands.Bot(command_prefix=command_prefix)
async def on_ready():
print("Client Logged In")

bot.run()
bot.run(token)

Loading…
Cancel
Save