Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Nov 4, 2024
1 parent 10ca823 commit f5b7853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ client.on_chat do |_, msg|
when 'ping' then client.send_chat('pong')
when 'whoami' then client.send_chat("You are: #{msg.author.name}")
when 'list' then client.send_chat(client.game_client.players.values.map(&:name).join(', '))
else client.send_chat('Unkown command! Commands: !ping, !whoami, !list')
else client.send_chat('Unknown command! Commands: !ping, !whoami, !list')
end
end

Expand Down

0 comments on commit f5b7853

Please sign in to comment.