* 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
* [DiscordExperiments] Add missing activities
* [DiscordExperiments] update Letter Tile name to Letter League
* [DiscordExperiments] update Doodle Crew to Sketch Heads
Doodle Crew is obsolete
* Handle feeds that don't have a link in the feed entry
* Do not check title matching if a feed entry has a non-matching link and a greater entry time than last post time
* Fix for $tags_list template key as it was setting it to the last tag found instead of the entire list, also check for duplicate tags during tag finding and do not add them
* snackburr can use bot credits name
toggle command for using bank credits name. if credits name has a custom emoji snackburr wont let user toggle it untill they change their credits name. if user toggles it on and THEN changes credits name, snackburr will toggle it back off when he sees it cause snackburr dont play no games
* Update snacktime.py
* Update snacktime.py
* Update snacktime.py
* Update snacktime.py
* nitpicky things
Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>
If a channel is deleted, when doggo comes to woof and that channel no longer exists it should delete the channel id from the config and pick a new one. and it will just ignore a deleted channel if pets command is used.
* [timezone] Output "same" when time zones match.
* Semantic changes
* Make time_diff_text not rely on rstrip as `0.0` was returning an empty string
* Don't compare `time_diff` (a float) to ints in `plural` and `position_text`, use time_diff_text's string content and compare to strings
* Version number
Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>