Add /userconfig command response
All checks were successful
Build Heidi Docker image / build-docker (push) Successful in 9s

This commit is contained in:
2023-11-26 00:16:07 +01:00
parent e94fbdd716
commit 1c8a6c3945

2
bot.py
View File

@ -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 ---------------------------------------------------------------------------------------