Skip to content

Releases: d2avids/race_bot

v1.0.1-beta

06 Aug 00:32
Compare
Choose a tag to compare

The bug "message too long" was fixed.

When there was a lot of rows in database, some commands (/results, /overall_results, /participants, /points) were not available due to the error which occured when the bot tried to send a message, which is too long.

Now there is some sort of pagination: generally, it prints only 15 rows in 1 message (for /points its 10 rows). Meaning, if there are 50 participants - there will be 4 messages (50 / 15 = 3,33) when the /participants command is called.

Full Changelog: v1.0.0-beta...v1.0.1-beta

v1.0.0-beta

30 Jul 14:56
Compare
Choose a tag to compare