https://github.com/ppodds/chino
A Discord written by Python.
https://github.com/ppodds/chino
Last synced: 2 months ago
JSON representation
A Discord written by Python.
- Host: GitHub
- URL: https://github.com/ppodds/chino
- Owner: ppodds
- Created: 2020-09-27T09:44:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T10:35:25.000Z (about 5 years ago)
- Last Synced: 2025-03-06T00:20:42.113Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### **開發環境:**
Python 3.7.5 x64
IDE: JetBrains PyCharm Community Edition 2020.2.2 x64
### **額外擴充(需用pip install安裝):**
- discord.py
### **使用前須知:**
拿到專案要先自行建立虛擬環境,並安裝package,且確認其他開發環境正確。
### **資料夾內容:**
Bot: 內含程式碼及部分資料
Bot\api: 內含程式庫程式碼
Bot\cogs: cogs的程式碼,指令和事件都集中於此
已知常見問題: 監聽on_message會讓同模組的指令失效是正常現象,官方文檔有說明)
Bot\data: 儲存資料
Bot\data\statusList: 存放Bot顯示的狀態訊息,會定時切換,可以在程式碼中修改時間
Bot\data\token: 用來存放登入token