diff options
Diffstat (limited to 'arthur/config.py')
-rw-r--r-- | arthur/config.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arthur/config.py b/arthur/config.py index ddfa479..9c02743 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -25,8 +25,5 @@ class Config( # Guild id guild_id: int = 267624335836053506 - # Token for authorising with the Notion API - notion_api_token: str | None = None - CONFIG = Config() |