mirror of
https://github.com/maubot/rss.git
synced 2025-04-19 06:45:47 -04:00
Fix typo
This commit is contained in:
parent
6dbb12f2d4
commit
6fd9d36e02
@ -162,7 +162,7 @@ class RSSBot(Plugin):
|
||||
return True
|
||||
levels = await self.get_power_levels(evt.room_id)
|
||||
if levels.get_user_level(evt.sender) < levels.state_default:
|
||||
await evt.reply("You don't the permission to manage the subscriptions of this room.")
|
||||
await evt.reply("You don't have the permission to manage the subscriptions of this room.")
|
||||
return False
|
||||
return True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user