danparizher / Pax-Academia

General purpose utility bot for the Homework Help Discord server
MIT License
13 stars 5 forks source link

bugfix: missing return statement in `tips` #270

Closed sebastiaan-daniels closed 9 months ago

sebastiaan-daniels commented 9 months ago

When a user sends an anonymous tip, the bot sends the same tip twice due to a missing return statement. This PR adds this statement.