discord_bot/ ├── bot.py # Main bot file ├── requirements.txt # Python dependencies ├── setup.py # Project installation configuration ├── .env ...
Discord-py-cogs/ ├── bot.py # 機器人主程式入口 ├── settings.py # 配置文件管理 ├── requirements.txt # 依賴套件清單 ...
Discord is an IRC-like chat platform that all the young cool kids are hanging out on. Originally intended as a way to communicate during online games, Discord has grown to the point that there are ...