aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arthur/config.py2
1 files changed, 1 insertions, 1 deletions
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