This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
Releases: Discord-Oxygen/Discord-ExpireBot
Releases · Discord-Oxygen/Discord-ExpireBot
v1.1
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
orBETA
- 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
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
orBETA
- 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
First functional Version
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
The first Version ever released to the public.
Couldn't auto generate the roles.json file and required the token to be hardcoded