Add /userconfig command response
All checks were successful
Build Heidi Docker image / build-docker (push) Successful in 9s
All checks were successful
Build Heidi Docker image / build-docker (push) Successful in 9s
This commit is contained in:
2
bot.py
2
bot.py
@ -350,6 +350,8 @@ async def user_config(
|
|||||||
client.user_config[config_key][member.name] = config_value
|
client.user_config[config_key][member.name] = config_value
|
||||||
client.write_user_config()
|
client.write_user_config()
|
||||||
|
|
||||||
|
await interaction.response.send_message(f"Ok, ich schreibe {member.name}={config_value} in mein fettes Gehirn!")
|
||||||
|
|
||||||
|
|
||||||
# Commands ---------------------------------------------------------------------------------------
|
# Commands ---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user