refactor: add helper for checkmark reaction

This commit is contained in:
2024-12-30 14:56:12 -05:00
parent a8a4cb910a
commit 2f3cf9f81b
4 changed files with 8 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ async def on_message(message):
disnake_paginator.wrappers.MessageInteractionWrapper(message)
)
elif len(output.strip()) == 0:
await message.add_reaction("")
await utils.add_check_reaction(message)
else:
await message.channel.send(output)
case C.CLEAR | C.PURGE: