Skip to content

Commit

Permalink
this is intentionally lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Nov 21, 2024
1 parent 3e7d110 commit 0218a94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bridge_revolt.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ class Revolt(commands.Cog,name='Revolt Support'):
def __init__(self,bot):
self.bot = bot
if not 'revolt' in self.bot.config.get('external', ['revolt']):
raise RuntimeError('Revolt is not listed as an external service in configuration. More info: https://wiki.unifierhq.org/setup-selfhosted/getting-started/unifier-older-versions#installing-revolt-support')
# revolt is intentionally lowercase
raise RuntimeError('revolt is not listed as an external service in configuration. More info: https://wiki.unifierhq.org/setup-selfhosted/getting-started/unifier-older-versions#installing-revolt-support')
if not hasattr(self.bot, 'revolt_client'):
self.bot.revolt_client = None
self.bot.revolt_session = None
Expand Down

0 comments on commit 0218a94

Please sign in to comment.