From 1c84a97fb8c559e7f473bd3237ea7dfb23aaa0e6 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 13 Jan 2025 12:53:26 +0100 Subject: [PATCH] status message fixed --- lib/plantid_discord_bot.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plantid_discord_bot.ex b/lib/plantid_discord_bot.ex index b38b484..1c747f1 100644 --- a/lib/plantid_discord_bot.ex +++ b/lib/plantid_discord_bot.ex @@ -11,7 +11,7 @@ defmodule PlantIdDiscordBot.Consumer do def handle_event({:READY, _data, _ws_state}) do Api.create_global_application_command(@global_application_commands) - Api.update_status(:online, %{name: "Guess the Plant | /help", type: 0}) + Api.update_status(:online, "Guess the Plant | /help") end def handle_event({:INTERACTION_CREATE, %{data: %{name: command}} = interaction, _ws_state}) do