From cd137cc35996e5c52305b7af5e5d9648e841c7cd Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Sat, 10 Jan 2026 10:53:43 -0500 Subject: Use raw text --- src/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.py b/src/main.py index fe0d4ec..5e6677c 100644 --- a/src/main.py +++ b/src/main.py @@ -22,13 +22,13 @@ async def ping(ctx): @bot.command(name="Help", aliases=["help"]) async def help(ctx): - await ctx.send('''Sigmar Bot - format Sigmar! [explain | what's | whats] + await ctx.send('''```Sigmar Bot - format Sigmar! [explain | what's | whats] Flags: - !aos: Age of Sigmar wiki [default] - !fantasy: WHFB wiki - !40k: WH40K wiki - !noimage: don't include image in embed - - !nolinks: don't include 'see also' links in embed + - !nolinks: don't include 'see also' links in embed``` ''') @bot.command(name="Explain", aliases=["explain", "What's", "what's", "whats"]) -- cgit v1.2.3