Discord bot that pairs with chess.com.
BlunderBot will organize your server in a chess club!
-
Add games and custom channels will be made with live updates posted after each move.
-
Player stats and win / loss displayed on leaderboard.
-
Start tournaments with brackets and game tracking.
-
Search the Archive of games and profiles.
- Visit Here to invite BlunderBot.
$ npm run start
fromsrc
directory.
- I built scripts for you to easily start creating your own Custom Bot! Visit here for instructions.
(Click for more details on each)
- General
- Active Games
- Tournament
- Archive
bb!check
- Channel: Anywhere
- Mate!
bb!help
- Channel: Anywhere
- Displays list of commands.
bb!setup
- Channel: Anywhere
- Creates channels and categories.
- Will ask for confirmation.
bb!game <player1> <player2>
- Channel: Active Games -> lobby
- Adds a game channel to
Active Games
. - If users have more than one game active, add game ID after player2:
bb!game <player1> <player2> <gameID>
- Game ID is the number found at the end of the URL on chess.com.
bb!tournament [<playernames>]
- Channel: Tournament -> lobby
- Starts a tournament with random bracket.
- For loser bracket, add a
double-elim
before player names:bb!tournament double-elim [<playernames>]
- Player names should be their chess.com usernames separated by spaces.
bb!archive games <player>
- Channel: Archive -> access
- Lists saved players games indexed
bb!archive games <player> <index>
- Channel: Archive -> access
- Exports game into png that can be used at https://www.chess.com/analysis to run through the whole game
bb!archive profile <player>
- Channel: Archive -> access
- Lists saved players profile and stats
- Purpose: General chat for public discussion.
- Permissions: Open
- Commands:
-
- Purpose: Logs win ratios after each completed match.
- Permissions: BlunderBot Only
- Purpose: Voice channel for discussion
- Permissions: Open
- Commands:
-
- Purpose: Created for each match, tracks and displays each move.
- Permissions: Open
- Commands:
-
- Purpose: Start tracking a match, used for commands.
- Permissions: Open
- Commands:
bb!game
- Purpose: Start a tournament, used for commands.
- Permissions: Open
- Commands:
bb!tournament
- Purpose: Displays the bracket for the current tournament and instructs players for matchmaking.
- Permissions: BlunderBot Only
- Purpose: Used to access data from the archive, old games or profiles.
- Permissions: Open
- Commands:
bb!archive games
,bb!archive profile
- Purpose: Database for profiles, access data through access (text-channel)
- Permissions: BlunderBot Only
- Purpose: Database for games, access data through access (text-channel)
- Permissions: BlunderBot Only