Archived
0
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
chord/README.md
2021-12-14 18:41:53 -07:00

14 lines
298 B
Markdown

# Chord
A C# Discord TUI Client
## Getting Started
Add a `settings.json` to `~/.config/chord`;
```json
{
"Token": "USER/BOT TOKEN HERE"
}
```
## Whats Left to do
You can keep track on what my current roadmap for the project in [TODO](https://code.relms.dev/Relms/chord/src/branch/master/TODO).