summaryrefslogtreecommitdiff
path: root/src/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.py')
-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"])