We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305239d commit c807d18Copy full SHA for c807d18
lib/cardian/event_consumer.ex
@@ -9,7 +9,7 @@ defmodule Cardian.EventConsumer do
9
end
10
11
def handle_event({:READY, _data, _ws_state}) do
12
- Api.update_status(:online, "to \"/card\" commands", 2)
+ Api.update_status(:online, "/card commands", 2)
13
14
15
def handle_event({:INTERACTION_CREATE, interaction, _ws_state}) do
0 commit comments