Skip to content

Commit

Permalink
wrong version here
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Nov 24, 2024
1 parent f91f841 commit 4755312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge_revolt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,7 @@ async def revolt_boot(self):
self.bot.revolt_session = session

if self.__tokenstore:
# v3.9.0 and above w/ restrictive tokenstore
# v3.8.0 and above w/ restrictive tokenstore
self.bot.revolt_client = self.Client(session, self.__tokenstore.retrieve('TOKEN_REVOLT'), help_command=None)
elif hasattr(self.bot, 'tokenstore'):
# v3.2.0 and above w/ normal tokenstore
Expand Down

0 comments on commit 4755312

Please sign in to comment.