diff --git a/pyproject.toml b/pyproject.toml index eee00a8..7cdfc90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "suggestions bot" -version = "3.27" +version = "3.28" description = "A Discord bot designed to build better communities by encouraging a positive and constructive relationship between community and staff." -authors = ["Your Name "] +authors = ["Suggestions Bot"] license = "AGPL-3.0" readme = "README.md" diff --git a/suggestions/bot.py b/suggestions/bot.py index a22745d..9030c39 100644 --- a/suggestions/bot.py +++ b/suggestions/bot.py @@ -58,7 +58,7 @@ class SuggestionsBot(commands.AutoShardedInteractionBot): def __init__(self, *args, **kwargs): - self.version: str = "Public Release 3.27" + self.version: str = "Public Release 3.28" self.main_guild_id: int = 601219766258106399 self.legacy_beta_role_id: int = 995588041991274547 self.automated_beta_role_id: int = 998173237282361425