A Discord Bot used to resell credits from dash.nxyy.shop, using it's API.
- Download and install Python 3.9 or a more recent version.
- Download this repo and install dependancies (
pip install -r requirements.txt
). - Setup your config in config.yml
- If you don't want to use English, replace lang.yml with your language found in the
langs
folder. - Run using
python main.py
To update the bot:
- Download the new version as a zip, and extract it to a new folder.
- Copy your old config into the new folder, but have it as a different name.
- Compare the two configs, and see if there are any new fields/data you need to fill in for the new version.
- Once everything is filled out, remove the old config, and make sure the name it set to
config.yml
. - Copy everything inside of the
data
folder. - Restart the bot using
python main.py
or equivalent.
If you would like to use a different language for the bot, replace your lang.yml file with your languages file, found in the "langs" folder.
If your language isn't in there, then you will have to translate yourself. We are adding more translations as soon as we can.
If you would like to contribute, pull requests are highly appreciated!
Report all bugs in the Issues tab, thanks!
All and any pull requests are appreciated, however I cannot say whether they will be accepted or not.
Please open an issue, explaining your suggestion, and how it would help the project!