Skip to content

Commit

Permalink
remove timeout from mod listing
Browse files Browse the repository at this point in the history
Co-authored-by: Bobbyperson12 <[email protected]>
  • Loading branch information
GeckoEidechse and Bobbyperson committed Oct 5, 2024
1 parent 3200248 commit a29f251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reaper/cogs/log_reading.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class LogButtons(discord.ui.View):
def __init__(self, mods):
super().__init__()
self.mods = mods
self.timeout = None # make buttons last forever

@discord.ui.button(label="List of enabled mods", style=discord.ButtonStyle.success)
async def mod_list(
Expand Down

0 comments on commit a29f251

Please sign in to comment.