1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:03:12 +00:00

Update version to 2.8.6 for "Moderation: Softban" update

This commit is contained in:
wlinator 2024-08-08 05:18:41 -04:00
parent 981d3b0373
commit 99cc4cbea9

View file

@ -12,7 +12,7 @@ class Constants:
TITLE = "Luminara"
AUTHOR = "wlinator"
LICENSE = "GNU General Public License v3.0"
VERSION = "2.8.5" # "Moderation: Kicks" update
VERSION = "2.8.6" # "Moderation: Softban" update
# bot credentials
TOKEN: Optional[str] = os.environ.get("TOKEN", None)