Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivixer committed Feb 14, 2024
2 parents 12c9af1 + 749e13c commit 667d415
Show file tree
Hide file tree
Showing 12 changed files with 2,607 additions and 638 deletions.
Binary file modified requirements.txt
Binary file not shown.
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
Loading

0 comments on commit 667d415

Please sign in to comment.