浏览代码

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)

正在加载...
取消
保存