- Clone the repo
git clone https://github.com/OpenGit-Development/ssource.git
- Install NPM packages
npm install
or
yarn install
- Create a
.env
file in the root directory of the project - Add the following environment variables to the
.env
file
DISCORD_TOKEN=your_discord_token
GITHUB_TOKEN=your_github_token
DISCORD_CLIENT_ID=your_discord_client_id
DISCORD_GUILD_ID=your_discord_guild_id
- Run the bot
yarn deploy-commands && yarn start