A Discord bot for the Coder community server written in Typescript.
-
Clone the repository
git clone [email protected]:coder/codercord.git cd codercord
-
Run the project
TODO: Add instructions to run the project
Environment variables :
CODERCORD_TOKEN
: The Discord bot's tokenCODERCORD_TOML_PATH
: The path of the toml config file (default: config.toml) (relative to process working directory if no absolute path is provided)
Example config.toml
provided here
Use the .devcontainer
to develop in a containerized environment.