Skip to content

Commit

Permalink
why was this indented
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev authored Nov 21, 2024
1 parent bac48af commit 05e4850
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 @@ -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:
Expand Down

0 comments on commit 05e4850

Please sign in to comment.