summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2026-01-10 10:53:43 -0500
committerSamuel Johnson <[email protected]>2026-01-10 10:53:43 -0500
commitcd137cc35996e5c52305b7af5e5d9648e841c7cd (patch)
treedee41fdf986f0bda5bd8e7c17572ba724b651ef8
parente6352e30b4294abe10d50be66458fe868c30128c (diff)
Use raw text
-rw-r--r--src/main.py4
1 files 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"])