Skip to content

Commit

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

def bot_id(self):
Expand Down

0 comments on commit b073fff

Please sign in to comment.