yamenw / cf-discord

Simple discord bot hobby project
3 stars 0 forks source link

cf-discord

A Discord bot that gamifies solving problems on Codeforces, is supposed to be easy to deploy, maintain, and develop.

Tech Stack

Contributing

Adding or Modifying Commands

To add or modify a command, create or change its .command.ts file (example here), and then add it to the all-commands.command.ts file and submit it using the submit command.

To configure which bot you want to submit the commands to, create a .env.secret file at the root of the project and add the CFRANK_BOT_TOKEN and CFRANK_BOT_ID env vars to it, then run:

deno task submit