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

Update version to 2.8.7 for "Refactor: Pycord 2.6" update

This commit is contained in:
wlinator 2024-08-12 06:31:23 -04:00
parent d1aab80374
commit 3a31661126

View file

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