diff options
| author | 2022-08-21 23:04:15 +0100 | |
|---|---|---|
| committer | 2022-08-21 23:04:15 +0100 | |
| commit | dde3773ecb76775edc50e2d13937e07f0970c1d9 (patch) | |
| tree | f0f3426ff0cbc3f00a47f0761f1173512a51312e /arthur/config.py | |
| parent | Add missing space to prefix list (diff) | |
| parent | Create dependabot.yml (diff) | |
Merge pull request #15 from python-discord/bot-core-integration
Diffstat (limited to 'arthur/config.py')
| -rw-r--r-- | arthur/config.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arthur/config.py b/arthur/config.py index a17980f..1fcf11d 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -17,6 +17,9 @@ class Config(BaseSettings): # Token for authorising with the Cloudflare API cloudflare_token: str + # Guild id + guild_id: int = 267624335836053506 + class Config: # noqa: D106 env_file = ".env" env_prefix = "KING_ARTHUR_" |