lizardman301 / Lizard-bot-rsf

Simple bot built for the r/streetfighter East Coast online weekly tournament to help players see current round and with some commands for TOs. Requires discord.py
Mozilla Public License 2.0
6 stars 4 forks source link

fixed challonge get requests to have a user agent #107

Closed lizardman301 closed 3 years ago

lizardman301 commented 3 years ago

Closes #106

Challonge is really dumb and changed how API calls are done. They now require a user agent and a username associated with the key. This should fix the issues

NOTE: chal_user must now be created in secret.py. Will update documentation shortly.