From 02f926a95d4a041f8e9689eef7ec6cb4bf4053eb Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 21 Feb 2022 03:11:54 +0000 Subject: Add M-x to prefixes (#14) --- 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 03eab03..78131d4 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -9,7 +9,7 @@ class Config(BaseSettings): token: str # Discord bot prefix - prefix: str = "arthur " + prefixes: list[str] = ["arthur ", "M-x"] # Authorised role ID for usage devops_role: int = 409416496733880320 -- cgit v1.2.3