Skip to content

[0.8.0] - 2024-12-01

Latest
Compare
Choose a tag to compare
@McAwesome123 McAwesome123 released this 30 Nov 23:31
ef63353

Added

  • An info command for Aetol
  • Changing the status now saves it
  • The ability for the bot to work when user installed

Changed

  • All the if not ctx.response.is_done(): ... else: ... message sends are now handled by a dedicated function instead of copy pasting the same code everywhere
    • This function also handles user installs because they cannot use ctx.send()

Security

  • Updated dependencies in requirements file (most notably aiohttp)