aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'arthur/config.py')
-rw-r--r--arthur/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/arthur/config.py b/arthur/config.py
index 022793b..982aa68 100644
--- a/arthur/config.py
+++ b/arthur/config.py
@@ -9,10 +9,10 @@ class Config(BaseSettings):
token: str
# Discord bot prefix
- prefix: str
+ prefix: str = "arthur "
# Authorised role ID for usage
- devops_role: int
+ devops_role: int = 409416496733880320
class Config: # noqa: D106
env_file = ".env"