v2.2.4 preps

This commit is contained in:
GaMeNu 2023-12-05 18:56:11 +02:00
parent f9b48f600f
commit 37642afec5
3 changed files with 7 additions and 8 deletions

View File

@ -23,9 +23,9 @@ Feel free to send suggestions and bug reports through our [discord server](https
## Setup ## Setup
Invite the bot to a server, and /register a channel, and you're ready to go! Invite the bot to a server, and /register a channel, and you're ready to go!
Alternatively, you can DM the bot to receive alerts directly to your DMs! Alternatively, you can /register a Direct Message / Group DM channel to receive alerts directly!
Please do note that the bot instance listed here is hosted on a private machine, and may be a bit slow. Please do note that the bot instance listed under the [links section](#links) is hosted on a private machine, and may be a bit slow. It is recommended to [host your own instance](#self-hosting), if possible.
## Command documentation ## Command documentation
#### /register #### /register
@ -68,7 +68,7 @@ Python 3.10 and below:
Python 3.11 and above: Python 3.11 and above:
``` ```
(python -m) pip install -r requirements-new-python.txt (python -m) pip install -r requirements-3_11.txt
``` ```
#### Other requirements #### Other requirements
@ -77,7 +77,8 @@ Python 3.11 and above:
### Local data: ### Local data:
#### .env file #### .env file
Save the following to a file named ".env", and replace the angled brackets with the matching data Save the following to a file named ".env", and replace the angled brackets with the matching data. Do note that it has to be on the same directory as `main.py`.
```env ```env
TOKEN = <Discord bot token> TOKEN = <Discord bot token>
AUTHOR_ID = <Your Discord user ID> AUTHOR_ID = <Your Discord user ID>
@ -86,10 +87,8 @@ DB_USERNAME = <MySQL database username>
DB_PASSWORD = <MySQL database password> DB_PASSWORD = <MySQL database password>
``` ```
note that the .env file must be in the same directory as main.py
#### botinfo file #### botinfo file
in botinfo.json, change the "maintainer" value (default is "GaMeNu (@gamenu)") to your username, and maybe add contact information. This is in order to allow others to contact you about issues with your specific instance, and will be publicly available through /info. In botinfo.json, change the "maintainer" value (default is "GaMeNu (@gamenu)") to your username, and maybe add contact information. This is in order to allow others to contact you about issues with your specific instance, and will be publicly available through /info.
**Make sure to not write any personal/private information there!** **Make sure to not write any personal/private information there!**

View File

@ -1,4 +1,4 @@
{ {
"version": "2.3.0", "version": "2.2.4",
"maintainer": "GaMeNu (@gamenu)" "maintainer": "GaMeNu (@gamenu)"
} }