Skip to content

Commit c807d18

Browse files
committed
wording fix
1 parent 305239d commit c807d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cardian/event_consumer.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule Cardian.EventConsumer do
99
end
1010

1111
def handle_event({:READY, _data, _ws_state}) do
12-
Api.update_status(:online, "to \"/card\" commands", 2)
12+
Api.update_status(:online, "/card commands", 2)
1313
end
1414

1515
def handle_event({:INTERACTION_CREATE, interaction, _ws_state}) do

0 commit comments

Comments
 (0)