Skip to content

Commit

Permalink
fix(webconfig): wrong key for sending verification logging channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibo-Ulens committed Sep 22, 2023
1 parent 9b854b3 commit 6b1584a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_config/routes/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async def show_config(request: Request, guild_id: str):
"channels": channels,
"admin_role": str(config.admin_role),
"logging_channel": str(config.logging_channel),
"logging_channel": str(config.verification_logging_channel),
"verification_logging_channel": str(config.verification_logging_channel),
"verified_role": str(config.verified_role),
"confession_approval_channel": str(config.confession_approval_channel),
"confession_channel": str(config.confession_channel),
Expand Down

0 comments on commit 6b1584a

Please sign in to comment.