no accepted image type error return

This commit is contained in:
Owen
2024-12-22 21:17:21 +01:00
parent 593704cb15
commit b8f7dab8f4
2 changed files with 26 additions and 14 deletions
-1
View File
@@ -11,7 +11,6 @@ defmodule PlantIdDiscordBot.Consumer do
def handle_event({:READY, _data, _ws_state}) do
Api.create_global_application_command(@global_application_commands)
# TODO fix, not working
Api.update_status(:online, %{name: "Guess the Plant | /help", type: 0})
end