Skip to content

Commit

Permalink
Update to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivixer committed Sep 9, 2024
1 parent e8ad5d1 commit 28b8f3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sggwbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@
- registering users with the student's email address
- setting bot's status
- management of voice channels
- custom plugins
"""

__title__ = "SGGW-inf-bot-discord"
__author__ = "Wiktor Jaworski"
__license__ = "MIT"
__copyright__ = "Copyright 2023, 2024 Wiktor Jaworski"
__version__ = "0.8.4"
__version__ = "0.9.0"

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

0 comments on commit 28b8f3b

Please sign in to comment.