Skip to content

Commit

Permalink
chore: version 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Oct 23, 2023
1 parent de76bb9 commit e3a35aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suggestions/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

class SuggestionsBot(commands.AutoShardedInteractionBot, BotBase):
def __init__(self, *args, **kwargs):
self.version: str = "Public Release 3.18"
self.version: str = "Public Release 3.19"
self.main_guild_id: int = 601219766258106399
self.legacy_beta_role_id: int = 995588041991274547
self.automated_beta_role_id: int = 998173237282361425
Expand Down

0 comments on commit e3a35aa

Please sign in to comment.