From 28b8f3bf7d07366892704ab1f4cb548e6a0cb12a Mon Sep 17 00:00:00 2001 From: Wiktor Jaworski Date: Mon, 9 Sep 2024 11:10:45 +0200 Subject: [PATCH] Update to 0.9.0 --- sggwbot/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sggwbot/__init__.py b/sggwbot/__init__.py index 412b258..3ef7a79 100644 --- a/sggwbot/__init__.py +++ b/sggwbot/__init__.py @@ -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