Skip to content

Commit

Permalink
Float
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBSG committed Jun 24, 2024
1 parent 76613d1 commit d72b196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ async def _clean(
)

if count >= 100:
view = tools.RiskyConfirmation(timeout=15)
view = tools.RiskyConfirmation(timeout=15.0)
view.message = await interaction.followup.send(
f'This action will scan and delete up to {count} messages, are you sure you want to proceed?',
view=view,
Expand Down

0 comments on commit d72b196

Please sign in to comment.