summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2026-01-09 13:55:54 -0500
committerSamuel Johnson <[email protected]>2026-01-09 13:55:54 -0500
commit669cb5a53d2a95905e6b556b4a2613359cde0288 (patch)
tree4e33c0fcb16427d4963978de01b977f19a0fe7a8
parenta41f159731b580852661bd8f222e730dc737e664 (diff)
Add 40k support
-rw-r--r--src/main.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.py b/src/main.py
index b6a7e1c..af53021 100644
--- a/src/main.py
+++ b/src/main.py
@@ -25,6 +25,9 @@ async def explain(ctx, *args):
if args[0].lower() == "whfb":
args.pop(0)
config["site"] = "https://whfb.lexicanum.com"
+ if args[0].lower() == "wh40k":
+ args.pop(0)
+ config["site"] = "https://wh40k.lexicanum/com"
if args[0].lower() == "aos":
args.pop(0)
config["site"] = "https://ageofsigmar.lexicanum.com"