diff --git a/bridge_revolt.py b/bridge_revolt.py index 9ca339a..fdc0d62 100644 --- a/bridge_revolt.py +++ b/bridge_revolt.py @@ -1166,7 +1166,7 @@ async def unblock(self, ctx, *, target): self.bot.db.save_data() await ctx.send('User/server can now forward messages to this channel!') - async def roomlist(self, ctx, index, private=False): + async def roomlist(self, ctx, index, private=False): try: index = int(index) - 1 except: