From 1c8a6c3945ddaa556bcab025000ebba0da39acc5 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 26 Nov 2023 00:16:07 +0100 Subject: [PATCH] Add /userconfig command response --- bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot.py b/bot.py index 4e0f4ba..640417d 100644 --- a/bot.py +++ b/bot.py @@ -350,6 +350,8 @@ async def user_config( client.user_config[config_key][member.name] = config_value client.write_user_config() + await interaction.response.send_message(f"Ok, ich schreibe {member.name}={config_value} in mein fettes Gehirn!") + # Commands ---------------------------------------------------------------------------------------