Skip to content

Commit

Permalink
Fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackzzila committed Sep 21, 2016
1 parent 75f2d0b commit 309addd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/ping-pong.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ main() {
print("Ready!");
});

bot.onEvent('message', (e) {
bot.on('message', (e) {
var m = e.message;

if (m.content == "!ping") {
Expand Down

0 comments on commit 309addd

Please sign in to comment.