Kaynağa Gözat

Working "I am logged in" machine

tags/v1.0.0
roxie 6 yıl önce
ebeveyn
işleme
48ff375278
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      main.py

+ 2
- 1
main.py Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet