- Download the EzMudae.py file and place it in the root with the rest of the files
- Modify main.py to include your token and prefix
- In data.json modify the following fields:
- server id of your server
- channel id of your mudae channel
- role if of your mudae role
- Note the time between each roll reset (RM) and claim reset (CM)
- Note the time until next roll reset (RR) and claim reset (CR)
- Run
python -m EzMudae --rr RR --cr CR --rm RM --cm CM
with the values noted from earlier - Note the value printed (The value will change every time you run the command, this is normal)
- In data.json modify the timing field with your newly attained value
- You can now start the bot
Run python -m main
to start the bot