From fa5d229da8e684d09577c0f034db95eaed99bfa3 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sat, 17 Jul 2021 20:47:37 +0100 Subject: chore: update constants ready for production --- arthur/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arthur/config.py') 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" -- cgit v1.2.3