Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 612 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 612 Bytes

Codercord

A Discord bot for the Coder community server written in TypeScript.

How to run

  1. Clone the repository

    git clone git@github.com:coder/codercord.git
    cd codercord
  2. Configure the project

  3. Run the project

    bun start
    

Configuration

Environment variables (case sensitive)

  • Codercord_token : The Discord bot's token

Configuration file

Example config.json provided here

Contributing

Use the .devcontainer to develop in a containerized environment.