Skip to content

Releases: Hamziee/Ava

v0.1.7-b

08 Mar 20:17
Compare
Choose a tag to compare

Added

  • Added a /embed command to make embeds.
  • Added a check for the config file. If it's unable to import the config, it now throws a much friendlier error than the Python traceback.

Changes

  • Fixed Quality Issues pointed out by Sonarcloud.

v0.1.6-b

27 Feb 23:44
Compare
Choose a tag to compare

Added

Nothing.

Changes

  • Changed the way /help works for user usability.

Removed

Nothing.

Version: 0.1.5-b

26 Feb 19:52
Compare
Choose a tag to compare

Added

Nothing.

Changes

  • Fixed issues detected by Sonarcloud.

Removed

Nothing.

Version: 0.1.4-b

24 Feb 20:41
Compare
Choose a tag to compare

Added

  • Added ChatAI this requires you to program your own fuction which will generate responses. Disabled on default.

Changes

Nothing.

Removed

  • Removed the join command in music.py.

Version: 0.1.3-b

24 Feb 19:31
Compare
Choose a tag to compare

Changes

  • Replaced py-cord for discord.py due to some compatibility issues with the code, I'll be looking to fix those in the future.

Version: 0.1.2-b

24 Feb 19:12
Compare
Choose a tag to compare

Added

  • /help command has been added.

Changes

  • Replaced discord.py with py-cord; for better performance and stability especially with music commands.