aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/config.py
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-08-22 14:31:16 +0100
committerGravatar GitHub <[email protected]>2023-08-22 14:31:16 +0100
commitf95ef3962ea0bb76dc52540a6022492dbe5b3bae (patch)
tree7e93b92e78f882ae3b35869aeae5366d6dfbcb99 /arthur/config.py
parentMerge pull request #97 from python-discord/bump-pydantic (diff)
Pull devops rules from Github, not notion (#98)
This logic assumes each line is one rule.
Diffstat (limited to 'arthur/config.py')
-rw-r--r--arthur/config.py3
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()