From 7a00015a61c5075f5d1131f2f06fb2e6fe353efb Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 21 Feb 2022 03:14:12 +0000 Subject: Add missing space to prefix list --- arthur/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arthur/config.py') diff --git a/arthur/config.py b/arthur/config.py index 78131d4..a17980f 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -9,7 +9,7 @@ class Config(BaseSettings): token: str # Discord bot prefix - prefixes: list[str] = ["arthur ", "M-x"] + prefixes: list[str] = ["arthur ", "M-x "] # Authorised role ID for usage devops_role: int = 409416496733880320 -- cgit v1.2.3