From 8d91f47d3903a2145816cb24dd9950fdfec0030e Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Sun, 11 Jan 2026 01:19:34 -0500 Subject: Add waaagh! --- src/main.py | 4 ++++ 1 file changed, 4 insertions(+) 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``` ''') +@bot.command() +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" -- cgit v1.2.3