diff options
author | 2021-07-17 20:47:37 +0100 | |
---|---|---|
committer | 2021-07-17 20:47:37 +0100 | |
commit | fa5d229da8e684d09577c0f034db95eaed99bfa3 (patch) | |
tree | ceb4c8bfc75d82f1da45c7eec0eb3cd37837d965 | |
parent | docs: Add and correct docstsrings in arthur/config.py (diff) |
chore: update constants ready for production
-rw-r--r-- | arthur/config.py | 4 |
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" |