summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2026-01-11 01:19:34 -0500
committerSamuel Johnson <[email protected]>2026-01-11 01:19:34 -0500
commit8d91f47d3903a2145816cb24dd9950fdfec0030e (patch)
tree890c958ba982ded7990444f766b40aa1e9ab9d59
parent0403b104333fad9e1e69895f02e0bd1424a0155c (diff)
Add waaagh!
-rw-r--r--src/main.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.py b/src/main.py
index c531faa..009df33 100644
--- a/src/main.py
+++ b/src/main.py
@@ -31,6 +31,10 @@ async def help(ctx):
- !nolinks: don't include 'see also' links in embed```
''')
+async def orruk(ctx):
+ await ctx.send("Waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagh!")
+
@bot.command(name="Explain", aliases=["explain", "What's", "what's", "whats"])
async def explain(ctx, *args):
config["site"] = "https://ageofsigmar.lexicanum.com"