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 10ca823 commit f5b7853Copy full SHA for f5b7853
README.md
@@ -23,7 +23,7 @@ client.on_chat do |_, msg|
23
when 'ping' then client.send_chat('pong')
24
when 'whoami' then client.send_chat("You are: #{msg.author.name}")
25
when 'list' then client.send_chat(client.game_client.players.values.map(&:name).join(', '))
26
- else client.send_chat('Unkown command! Commands: !ping, !whoami, !list')
+ else client.send_chat('Unknown command! Commands: !ping, !whoami, !list')
27
end
28
29
0 commit comments