ソースを参照

bot core innit

tags/v1.0.0
roxie 6年前
コミット
1ad6f3cbbb
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      main.py

+ 1
- 1
main.py ファイルの表示

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

bot.run()
bot.run(token)

読み込み中…
キャンセル
保存