diff options
Diffstat (limited to 'src/main.py')
| -rw-r--r-- | src/main.py | 3 |
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" |
