Skip to content

Commit

Permalink
Update to 0.8.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivixer committed Feb 14, 2024
1 parent 1cb6701 commit 358cdc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sggwbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Features
--------
- role assigment based on reactions
- event management, such as a test or exam
- event management, including reminders
- bot messaging, including embeds
- registering users with the student's email address
- setting bot's status
Expand All @@ -18,8 +18,8 @@
__title__ = "SGGW-inf-bot-discord"
__author__ = "Wiktor Jaworski"
__license__ = "MIT"
__copyright__ = "Copyright 2023 Wiktor Jaworski"
__version__ = "0.7.10"
__copyright__ = "Copyright 2023, 2024 Wiktor Jaworski"
__version__ = "0.8.0-beta"

from . import console, errors, utils
from .sggw_bot import SGGWBot

0 comments on commit 358cdc2

Please sign in to comment.