aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'arthur/config.py')
-rw-r--r--arthur/config.py2
1 files changed, 1 insertions, 1 deletions
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