Archived
0
0
Fork 0
A discord tui client
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.
Find a file
2021-12-14 18:41:53 -07:00
.gitignore Initial Project 2021-12-14 18:37:03 -07:00
BUGS Initial Project 2021-12-14 18:37:03 -07:00
chord.csproj Initial Project 2021-12-14 18:37:03 -07:00
chord.sln Initial Project 2021-12-14 18:37:03 -07:00
Program.cs Initial Project 2021-12-14 18:37:03 -07:00
README.md added README.md 2021-12-14 18:41:53 -07:00
TODO Initial Project 2021-12-14 18:37:03 -07:00

Chord

A C# Discord TUI Client

Getting Started

Add a settings.json to ~/.config/chord;

{
	"Token": "USER/BOT TOKEN HERE"
}

Whats Left to do

You can keep track on what my current roadmap for the project in TODO.