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

15 lines
298 B
Markdown
Raw Normal View History

2021-12-15 01:41:53 +00:00
# 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).