Skip to content

Commit

Permalink
commit to test <3.12 support deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Nov 25, 2024
1 parent 77f45fd commit cb32ddd
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 @@ -866,7 +866,7 @@ async def bind(self,ctx,*,room):
)
invite_link = str(room.lower())
if data['meta']['restricted'] and not ctx.author.id in self.bot.admins:
return await ctx.send('Only admins can bind to restricted rooms.')
return await ctx.send(':x: Only admins can bind to restricted rooms.')
except:
return await ctx.send(f'This isn\'t a valid room. Run `{self.bot.command_prefix}rooms` for a list of rooms.')

Expand Down

0 comments on commit cb32ddd

Please sign in to comment.