This repository was archived by the owner on Aug 24, 2021. It is now read-only.
Releases: fisherthewol/Dave-BOT
Releases · fisherthewol/Dave-BOT
Release list
V1.1.10-Morana
- Made reddit and weather use embeds
- Forced aiohttp to use IPV4 (ik ik, move to ipv6 you weakling).
V1.1.9-Leyon
Moved to python3.6 & f-strings, which is very vvv fast.
V1.1.8-Kilian2
V1.1.7-Kilian
- Errors are now handeled better, meaning commands shouldn't error out without giving the user some response.
- Made !dave an embed (pretty!).
- Moved weather cog to aiohttp.
V1.1.6-Jule
- Move feedparser related commands to their own cog.
- Made news read from file (solution to #8: use json)
- Made sigterm do bot.logout(), properly closing unloading cogs (and therefore closing aiohttp.session properly).
V1.1.5-Isla
- Reddit functions moved into two functions (syntax is changed btw).
- Synchronous functions now run in executors (deals with blocking issues apparently).
- Reddit should run faster due to using a dictionary.
V1.1.4-Helena
- Now uses cogs, so we're actually modular.
- Loglevel issue sorted (bea28e7)
- main.py now uses argparse for cli interface.
- Client is a component of Dave
- Sigterm function is properly named.
V1.1.3-Gertie
- Added !weather
- Improved !pie like we did with !news
- Wish we'd written what issue I semi fixed in 1.1.2
V1.1.2-Felicia
- Implements none-blocking logging
- Made !news have better UX.
- Also semi-fixed an error; needs proper fix in v1.1.3
V1.1.1-Erica
- Now responds to SIGTERM so
docker stopworks. - Rewrote main.py to be functional.
- Did a PEP8 pass.