文件名称:Ninjabot:个人多功能Discord Bot
文件大小:2.72MB
文件格式:ZIP
更新时间:2024-03-11 19:06:51
bot discord discord-py discord-python-bot Python
忍者机器人 我作为一个有趣的项目制作的个人Discord机器人。 安装 首先,克隆存储库: $ git clone https://github.com/Ninja*er/Ninjabot $ cd Ninjabot 安装先决条件: $ apt update $ apt install mariadb-server git python3 $ pip install -r requirements.txt 同样,创建数据库并加载表: $ mysql - uroot - p MariaDB > CREATE DATABASE ninjabot DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4_general_ci; MariaDB > GRANT ALL PRIVILEGES ON ninjabot. * to ' n