-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: wrote query to get leaderboard values * fix: forgot to await fetch * fix: query changed to use left join instead of join * feat: added leaderboard command. can be used by anyone * fix: used the wrong error * feat: add function to increase the puzzle_solved column for a team after a solve * fix: puzzle_solved was not increased after a solve * feat: add query to get leaderboard values * fix: update query updated for all teams instead of given team * chore: removed print statement * chore: removed old unused code * chore: removed print statement * fix: didn't change number of teams per embed back to 10 * chore: minor code cleanup * fix: improve query * fix: adjust leaderboard query to also sort by team name
- Loading branch information
Showing
4 changed files
with
137 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters