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

Releases: Discord-Oxygen/Discord-ExpireBot

v1.1

15 Mar 14:34
137b25f
Compare
Choose a tag to compare

Changelog:

Big Feature Update!

  • Fixed the %viewroles command (the timeformat function had wrong numbers)
  • Fixed the description of the %viewroles command
  • Added a new %viewperms command, it displays all Roles that can manage the Bot
  • Added a new state parameter. This can be stable or BETA
  • Added dotenv. Now supports .env files. You can still use environment variables though. Environment Variables have priority over .env files

Minor Changes:

  • Simplified Setup
  • Added the new command to help embed
  • Improved help texts
  • Updated imports
  • cleaned up some code
  • Added example .env file
  • Improved README

v1.1 Release Candidate 1

04 Mar 18:02
4758883
Compare
Choose a tag to compare
Pre-release

read the footnote

Changelog:

Big Feature Update!

  • Fixed the %viewroles command (the timeformat function had wrong numbers)
  • Fixed the description of the %viewroles command
  • Added a new %viewperms command, it displays all Roles that can manage the Bot
  • Added a new state parameter. This can be stable or BETA
  • Added dotenv. You can use the scripts or put the token into the .env file

Minor Changes:

  • Added the new command to help embed
  • Improved help texts
  • Updated imports
  • cleaned up some code
  • Added example .env file

Note: This pre-release was created from the dev branch. Some files and the readme could be missing. But the bot/main.py file is in its final state. If it is confirmed working I'll just merge it into main and make a new releae (v1.1) with the exact same changelog and code.

v1.0

25 Feb 20:05
394e3c3
Compare
Choose a tag to compare

After I did some testing and many other ppl confirmed its working,
I think its stable enough to exit beta.

Here you go! First Stable Release (for main)

First functional Version

05 Jan 15:41
1e79465
Compare
Choose a tag to compare
Pre-release

it now automatically generates a new json file if it doesn't exist. The previous version would not work without the json file

First Version

05 Jan 15:19
773f8f2
Compare
Choose a tag to compare
First Version Pre-release
Pre-release

The first Version ever released to the public.
Couldn't auto generate the roles.json file and required the token to be hardcoded