Skip to content

codecoogs/bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bot

Bot is a bot application for Code[Coogs] discord

Getting Started

Prerequisites

Make sure you have the following on your machine:

We recommend being familiar with these:

Installation

Clone the repository onto your machine

$ git clone https://github.com/codecoogs/bot.git

Usage

Create .env file and add environment variables

BOT_TOKEN=
CLIENT_ID=
GUILD_ID=

Create .env.development file and add environment variables

API_BASE_URL=http://localhost:3000/v1

Create .env.production file and add environment variables

API_BASE_URL=https://api.codecoogs.com/v1

Run this command to start the project

pnpm start

Contributing

Please make sure to read the Contributing Guide

License

Licensed under the MIT license.