Skip to content

Releases: robchendev/FRET

v1.1.1

27 Jan 23:37
bc6f82c
Compare
Choose a tag to compare

🛠️ Upgrades

● Leaderboard: The command can now also be used with -leaderboard to avoid confusion and the number of rows to show can be specified using -top <rows> or -leaderboard <rows>.

🐛 Bug Fixes

● Leaderboard was not showing for users who were not in the top 10 for most points. This was a logic error was is fixed now.
● the -thanks command didn't work if the thanker did not have their points logged in the database. This was due to an incorrect function being used to create a document in the database.
● Leaderboard was displayed everytime the command -contribute was used. This was a switch case scope break error.

Pull Requests

  • Fixleaderboard by @chendumpling in #128
  • updated readme, typo in summary by @chendumpling in #129

Full Changelog: v1.1.0...v1.1.1

v1.1.0

27 Jan 13:38
Compare
Choose a tag to compare

💡 New Features

● Leaderboards: You can view your placement and the top 10 placements in points on the server using the -leaderboard command. Suggested by Kane. (Note: This command is disabled in #share-your-music, #weekly-submissions, and #help-forum).
● Competition Submissions: The current and any future competitions on this server will use -c <YouTube link> to facilitate user submissions.

🛠️ Upgrades

● Help Forum Reminders: An addition of a command usage message at the start of every thread should increase the percentage of people thanked.
● Weekly Submissions Threads: Quite a few submissions in #weekly-submissions tend to spark a conversation and this buries the submissions, so we've added the same thread organization functionality as the other channels.
● Moderator point commands have been made to be easier to use with less room for error.

🐛 Bug Fixes

● Help forum now deletes messages that don't start with -q. These don't include most other bot commands and was implemented to make sure users don't accidentally mistake the command -q for something like -p.
-w submit now accomodates new lines, meaning you can make multiple lines in your submission. Previously, this prompted the bot to see it as an incorrect submission and deleted the submission.
-w info was displayed the wrong time. This was hotfixed early on.
-thanks can now only be used in threads.

Pull Requests

New Contributors

Full Changelog: https://github.com/chendumpling/FRET/commits/v1.1.0