Przeglądaj źródła

Working "I am logged in" machine

tags/v1.0.0
roxie 6 lat temu
rodzic
commit
48ff375278
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      main.py

+ 2
- 1
main.py Wyświetl plik

@@ -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)

Ładowanie…
Anuluj
Zapisz