Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Releases: cserver45/aperturexperiments

v1.1.0

27 Nov 00:42
0cb5c56
Compare
Choose a tag to compare

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

26 Nov 18:16
c4fb3f6
Compare
Choose a tag to compare

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_ or bot_ ( @cserver45 )

Other notes

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

24 Nov 22:49
187cbd0
Compare
Choose a tag to compare

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