Skip to content

Commit

Permalink
fix files
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Sep 27, 2024
1 parent 37a0111 commit 4820525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion revolt_bridge_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
class RevoltPlatform(platform_base.PlatformBase):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.enable_tb = False
self.enable_tb = True
self.files_per_guild = True

def bot_id(self):
return self.bot.user.id
Expand Down

0 comments on commit 4820525

Please sign in to comment.