Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 380 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 380 Bytes

SimaiClippy

A utility bot for working with simai charts.

Commands

?check [inote_x]

Checks a chart for validity.

?breakdown [inote_x]

Checks a chart for validity, and shows the count for each note type.

Setup

Place a file named appsettings.json next to the binary with the following content:

{
  "Token": "YOUR_TOKEN"
}