Skip to content

Releases: tawilkinson/boardgamebot

v0.9.13

08 Aug 19:44
bee2219
Compare
Choose a tag to compare

New Features

  • /thought which generates a random Thought of the Day

What's Changed

Full Changelog: v0.9.12...v0.9.13

Version 0.9.12

16 Jun 01:00
Compare
Choose a tag to compare

Adds slash commands and removes old equivalent commands that needed to read messages

What's Changed

Full Changelog: v0.9.10...v0.9.12

Version 0.9.10

08 Jun 12:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.9...v0.9.10

Version 0.9.9

24 Jan 11:24
3f3b41f
Compare
Choose a tag to compare
  • Adds the wordle command
  • last python version release before TypeScript version

Version 0.9.8

16 May 19:03
Compare
Choose a tag to compare

Bug fixes:

  • Fixed intents to re-enable pagination in DMs (#81)
  • Added 24 hour caches for websites game lists (#64)
  • Added 24 hour cache for individual game search (#64)
  • Fixed a bug that added about 5 seconds when a game was not present on BGA (#64)

Version 0.9.7

21 Mar 01:02
0d45dc4
Compare
Choose a tag to compare

Some code refactoring and commands relating to GitHub

New commands:

  • bg github: links to this repo, see #56
  • bg releases: sends a paginated embed of all releases of this repo, see #57

Also refactors the games code to make it easier to maintain (see #54)

Version 0.9.6

20 Mar 15:18
Compare
Choose a tag to compare
  • Adds a site embed for each website we trawl to display all games available on that site.
  • Now asks for use input when board game name is ambiguous
  • New commands:
    • bg bga: lists all Board Game Arena games
    • bg boite: lists all Boîte à Jeux games
    • bg tabletopia: provides a link to Tabletopia as 1600 games is too many to bother with an embed
    • bg tts: lists all Tabletop Simulator DLC
    • bg tts: lists all Yucata.de games

Version 0.9.5

22 Feb 00:06
92940e5
Compare
Choose a tag to compare
  • Adds a line to run.sh to kill existing bgbot instance
  • Improves help text and adds help text in embeds that can be DMed to the user
  • Catch some requests errors and don't crash the embed

Version 0.9.4

21 Feb 19:57
029e86a
Compare
Choose a tag to compare
  • Significantly improved embed navigation speed due to requests_cache

Version 0.9.3

21 Feb 03:09
82063c3
Compare
Choose a tag to compare
  • Adds reacts to navigate embeds
  • Also fixes #17