We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2e866 commit 5508fb5Copy full SHA for 5508fb5
bot/constants.py
@@ -264,7 +264,7 @@ class Webhook(BaseModel):
264
channel: int
265
266
267
-class _Webhooks(EnvConfig, env_prefix="webhooks_"):
+class _Webhooks(EnvConfig, env_prefix="webhooks_", nested_model_default_partial_update=True):
268
269
big_brother: Webhook = Webhook(id=569133704568373283, channel=Channels.big_brother)
270
dev_log: Webhook = Webhook(id=680501655111729222, channel=Channels.dev_log)
0 commit comments