Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Releases: fisherthewol/Dave-BOT

V1.1.10-Morana

Choose a tag to compare

@fisherthewol fisherthewol released this 09 Jul 19:47
  • Made reddit and weather use embeds
  • Forced aiohttp to use IPV4 (ik ik, move to ipv6 you weakling).

V1.1.9-Leyon

Choose a tag to compare

@fisherthewol fisherthewol released this 11 Jun 07:09
f78e08c

Moved to python3.6 & f-strings, which is very vvv fast.

V1.1.8-Kilian2

Choose a tag to compare

@fisherthewol fisherthewol released this 07 Jun 16:42

Fix to the dockerfile.

V1.1.7-Kilian

Choose a tag to compare

@fisherthewol fisherthewol released this 07 Jun 16:36
  • 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

Choose a tag to compare

@fisherthewol fisherthewol released this 10 Apr 22:26
1a4f7f4
  • 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

Choose a tag to compare

@fisherthewol fisherthewol released this 31 Mar 12:17
  • 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

Choose a tag to compare

@fisherthewol fisherthewol released this 16 Mar 07:49
714f77e
  • 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

Choose a tag to compare

@fisherthewol fisherthewol released this 26 Feb 18:19
9424ea7
  • 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

Choose a tag to compare

@fisherthewol fisherthewol released this 11 Feb 22:26
e574273
  • 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

Choose a tag to compare

@fisherthewol fisherthewol released this 11 Feb 01:42
9a538c9
  • Now responds to SIGTERM so docker stop works.
  • Rewrote main.py to be functional.
  • Did a PEP8 pass.