Releases: cserver45/aperturexperiments
v1.1.0
General
This is a new minor release for the v1
branch.
You can now get the bot through a docker container on Docker Hub
Breaking Changes:
- the config files have moved to the
config/
directory
Other Changes
- fixed
bot_status
being broken on bots with profile pictures (#5) ( @cserver45 ) - Released to docker (#4) ( @cserver45 )
If you find any bugs, feel free to open an issue in the issues tab, I may get around to fixing it someday
v1.0.1
General
This is a hotfix for the v1.0.0
release
Changes:
- fixed error relating to endpoints not being able to start with the name
cog_
orbot_
( @cserver45 )
Other notes
- added
CODE_OF_CONDUCT.md
( @cserver45 )
If you find any bugs, feel free to open an issue in the issues tab, I may get around to fixing it someday
v1.0.0
General
I am excited to announce version 1.0 of Aperture Experiments
I have rebuilt and tested most of the bot, to confirm everything now works with discord.py version 2 (the bot was originally written for version 1.0)
Features:
- Moderation (Ban, Kick, Unban, Nickname Change, etc)
- Games (Rock, Paper, Scissors with stats, guess the number, etc)
- Random Animal Photos (undecided if I will remove these)
- An Economy System (with random events, different games, etc)
Maintainability Notice
I give no promises that I will maintain this bot to keep it running when new versions (or new API releases) of discord.py are released.
If you find any bugs, feel free to open an issue in the issues tab, I may get around to fixing it someday