* next_bang cleanup
fix unused next_bang reference, added AttributeError exception catch when deleting next bang if message object loses guild attribute and becomes None
* version
Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>
* Add reward feature for shot birbs
Adds the option to set a reward range(min-max) of currency to be given out on a successfully shot birb. Properly handles whether bank is global or not as well
* make it so they can specify 0 as the minimum
users can specify 0 as the minimum reward range
* Simple ones first
* Less simple but still simple.
* Slightly more complicated
* use correct name
* move to module
* Black -l 120
* review
* give users the proper feedback
Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>
* [Hunting] Use users instead of members in lb
Also some name handling simplification
* [Hunting] remove "author_name" from config
* Update hunting.py
* user_name does not exist at this point
* bump version
Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>