serenity-rs / poise

Discord bot command framework for serenity, with advanced features like edit tracking and flexible argument parsing
MIT License
624 stars 111 forks source link

add simple example for event handler #199

Closed Friendly-Banana closed 12 months ago

Friendly-Banana commented 1 year ago

This counts the number of sent "pings" and replies with that number. It's very simple, but I think this is enough to show what can be done with an event handler.

closes #188

kangalio commented 1 year ago

As far as I can tell the CI errors are unrelated, so I think this PR can be merged. Or are you planning to force push some more changes @Friendly-Banana ?

Friendly-Banana commented 1 year ago

@kangalio Nope, I'm finished. A little bit of free advertising is always nice.

Friendly-Banana commented 12 months ago

@kangalio from my side this PR is ready. Can we merge :smile: ?