Skip to content

Releases: ooliver1/botbase

v2.0.3

14 May 23:02
9a4e7b1
Compare
Choose a tag to compare

2.0.3 (2023-05-14)

Bug Fixes

  • use a decent asyncio handler (40bbfec)

v2.0.2

07 May 20:18
8902d58
Compare
Choose a tag to compare

2.0.2 (2023-05-07)

Bug Fixes

  • log-guilds: actually make them listeners (7b2ba3a)
  • log-guilds: resolve guild join handler (a1c0663)

v2.0.1

05 May 21:53
183bae9
Compare
Choose a tag to compare

2.0.1 (2023-05-05)

Bug Fixes

  • dont depend on delarva for now (e3d2a76)

v2.0.0

05 May 21:42
571dab8
Compare
Choose a tag to compare

2.0.0 (2023-05-05)

⚠ BREAKING CHANGES

  • [db] is now required as an extra to use database dependencies
  • remove unused exceptions mod
  • remove guild logging to a cog
  • move command logs to a cog
  • remove config to kwarg options
  • remove emojis dict shim
  • remove cli
  • use exts/**/*.py for extensions
  • remove help config
  • wraps: remove ctx convert methods
  • remove old blacklist
  • remove help cog

Bug Fixes

  • add guild ids to delarva (8acca62)
  • attempt commandlog composte patch (1abb10e)
  • blacklist: i am so good (622f5e3)
  • blacklist: thanks copilot (13c0933)
  • blacklist: wait for ready before loading (f89ddd6)
  • composite pk? (7cc0a09)
  • import db metadata (17d263e)
  • log-commands: i hope (8a2613a)
  • move db models elsewhere to be cached (addaf31)
  • oh 💀 (b06e7a5)
  • properly close db (93a9579)
  • remove import to cogs (267cbd9)
  • remove unused and outdated checks (5247d29)
  • wraps: use proper attr for colour from bot (13b1cfd)
  • yet again thanks ormar <3 (2c6f4b4)

Code Refactoring

  • move command logs to a cog (152c022)
  • remove cli (f2741d7)
  • remove config to kwarg options (585377e)
  • remove emojis dict shim (c07ff54)
  • remove guild logging to a cog (c04162d)
  • remove help cog (c7a2023)
  • remove help config (79e5469)
  • remove old blacklist (dee1ed2)
  • remove unused exceptions mod (426359d)
  • use exts/**/*.py for extensions (14f4dd2)
  • wraps: remove ctx convert methods (27f31f0)

Miscellaneous Chores

  • move db deps to optional extra (1f97e5b)

v1.22.3

25 Oct 19:11
6528ae9
Compare
Choose a tag to compare

1.22.3 (2022-10-25)

Bug Fixes

  • botbase: support no config at all (b511ef0)

v1.22.2

22 Oct 14:46
3b9eb47
Compare
Choose a tag to compare

1.22.2 (2022-10-22)

Bug Fixes

  • botbase: use str.join because windows (48554dd)

v1.22.1

03 Oct 19:27
d4476dd
Compare
Choose a tag to compare

1.22.1 (2022-10-03)

Bug Fixes

v1.22.0

03 Oct 18:45
713c75c
Compare
Choose a tag to compare

1.22.0 (2022-10-03)

Features

v1.21.7

03 Oct 18:26
944ee64
Compare
Choose a tag to compare

1.21.7 (2022-10-03)

Bug Fixes

v1.21.5

03 Oct 18:07
6a80e5a
Compare
Choose a tag to compare

1.21.5 (2022-10-03)

Bug Fixes

  • botbase: actually fix close and startup (ab8a243)