Disc Golf Bot with multiple features;
uDisc Scorecard Support
Uploaded .csv files can be viewed and listed out in a discord channel
Search for discs
Discs in norwegian stores, and some international stores
Bag support
Support to add and list out curent bag from discgolfbagbuilder.com
Get started:
Based on guide posted here: https://realpython.com/how-to-make-a-discord-bot-python/
- Setup a new bot from the guide
- Install python from python.org
- Install nextcord (pip install -U nextcord)
- Install python-dotenv (pip install python-dotenv)
- Copy 'cfg/token_ex.env' and call it 'cfg/token.env', then insert the token from guide above.