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()
- This function also handles user installs because they cannot use
Security
- Updated dependencies in requirements file (most notably aiohttp)