pass uploaded attachments to API

This commit is contained in:
Owen
2024-12-18 11:27:07 +01:00
parent cdfca22248
commit 5188c399b8
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ defmodule PlantIdDiscordBot.Consumer do
]
def handle_event({:READY}) do
# mock function depending on the environment
Api.create_global_application_command(@global_application_commands)
# Api.create_global_application_command(@global_application_commands)
# TODO fix, not working
Api.update_status(:online, "Guess the Plant|/help")
# TODO remove in prod