Skip to content

Commit 5508fb5

Browse files
committed
DROP THIS: partial webhook support
1 parent ba2e866 commit 5508fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class Webhook(BaseModel):
264264
channel: int
265265

266266

267-
class _Webhooks(EnvConfig, env_prefix="webhooks_"):
267+
class _Webhooks(EnvConfig, env_prefix="webhooks_", nested_model_default_partial_update=True):
268268

269269
big_brother: Webhook = Webhook(id=569133704568373283, channel=Channels.big_brother)
270270
dev_log: Webhook = Webhook(id=680501655111729222, channel=Channels.dev_log)

0 commit comments

Comments
 (0)