Skip to content

Commit f5b7853

Browse files
committed
Fix typo
1 parent 10ca823 commit f5b7853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ client.on_chat do |_, msg|
2323
when 'ping' then client.send_chat('pong')
2424
when 'whoami' then client.send_chat("You are: #{msg.author.name}")
2525
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')
26+
else client.send_chat('Unknown command! Commands: !ping, !whoami, !list')
2727
end
2828
end
2929

0 commit comments

Comments
 (0)