Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 875 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 875 Bytes

Sokora Contributing Guide

Prerequisites

Get started with contributing

Getting the code

  • Make a fork of this repository.
  • Clone your fork.

Creating your bot

  • Head over to the Discord Developer Portal and make a new application.
  • Invite your bot to your server.
  • Reset and then copy your bot's token.

Setting up .env

  • Run bun run setup and our cli tool will install dependencies and write .env for you

Running

  • Run bun start.

Be sure to open a pull request when you're ready to push your changes. Be descriptive of the changes you've made.