Skip to content

Commit

Permalink
fix listing
Browse files Browse the repository at this point in the history
  • Loading branch information
ShyftXero committed Dec 30, 2023
1 parent bc77d31 commit 14c92d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion byoctf_discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,8 @@ async def list_unsolved(ctx):
# logger.debug("discord",challs)\
msg = f"Showing all unsolved challenges```{table.table}```"

await ctx.send(msg)
await sendBigMessage(ctx, msg)
# await ctx.send(msg)


def anyIn(list1, list2):
Expand Down

0 comments on commit 14c92d6

Please sign in to comment.