Skip to content

Releases: tvdhout/lichess-discord-bot

v3.0

21 Aug 14:10
90e8962
Compare
Choose a tag to compare

Now supporting Slash Commands

v2.2

16 Aug 20:59
5d8ac6a
Compare
Choose a tag to compare

Last version using regular (non-slash) commands

Release v2.1

14 Mar 16:03
57cde0e
Compare
Choose a tag to compare

Changelog

  • Ability to change the command prefix in your server

Lichess discord bot

Bot status widget
Discord Bots

Click here to invite the bot to your server!

Description

This bot integrates with the lichess.org chess website. The bot can show chess puzzles which can be solved right there in the channel! It can also retrieve ELO rankings for users, show user profiles, and connect your discord account to your lichess account for enhanced functionality!

Default prefix

- (customizable)

COMMANDS

  • -help or -commands → show list of commands
  • -lichessprefix [new prefix] → Set a custom command prefix for your server
  • -about → show information about the bot
  • -connect [lichess username] → connect your Discord profile with your Lichess account.
  • -disconnect → disconnect your Discord profile from a connected Lichess account
  • -rating [username | user url] → show all chess ratings. When connected with -connect you can use this command without giving a username.
  • -rating [username | user url] [gamemode] → retrieve the ratings for a user for a specific gamemode
  • -puzzle → show a random lichess puzzle, or one near your puzzle rating if your Lichess account is connected using -connect
  • -puzzle [id] → show a specific chess puzzle
  • -puzzle [rating1]-[rating2] → show a random chess puzzle with a difficulty rating in a range
  • -answer [move] → give an answer to the most recent puzzle shown in the channel
  • -bestmove → ask for the answer for the most recent puzzle shown in the channel. If there are more steps to the puzzle, the user can continue from the next step
  • -profile [username] → show a lichess user profile. When connected with -connect you can use this command without giving a username.

Help / Contact / Issues / Requests / Collaboration

Questions, issues and requests can be posted as an issue in this repository, or posted in the discord support server

New puzzles

30 Dec 20:43
99fe9da
Compare
Choose a tag to compare

New lichess puzzle system implemented + some code updates

Stable

01 Jun 20:47
794ba9a
Compare
Choose a tag to compare

First official release of Lichess Discord bot.
Stable release, includes the following commands:

  • -help or -commands --> show list of commands
  • -about --> show information about the bot
  • -rating [username | user url] --> retrieve all ratings and average rating for a user
  • -rating [username | user url] [gamemode] --> retrieve the ratings for a user for a specific gamemode
  • -puzzle --> show a random chess puzzle
  • -puzzle [id] --> show a specific chess puzzle
  • -puzzle [rating1]-[rating2] --> show a random chess puzzle with a difficulty rating in a range
  • -answer [move] --> give an answer to the most recent puzzle shown in the channel
  • -bestmove --> ask for the answer for the most recent puzzle shown in the channel. If there are more steps to the puzzle, the user can continue from the next step