Skip to content

๐ŸŒณ Open-source Discord bot for handling basic features.

License

Notifications You must be signed in to change notification settings

HalloSouf/bossoep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation


Bossoep ๐ŸŒณ

Open-source Discord bot

About ๐Ÿ“˜

This repository households the Bossoep Discord bot.

Getting Started ๐Ÿฆœ

Prerequisites ๐Ÿ“‹

  • NodeJS: We recommend using the latest LTS version.
  • Yarn: We recommend using the latest version. (optional, you can run the website local with npm)

Installation ๐Ÿ‘ท

The first step is cloning the repository on your local machine.

git clone https://github.com/HalloSouf/bossoep.git

Navigate through your CLI to the cloned repository and install all dependencies.

cd bossoep

# With yarn
yarn install

# Or with NPM
npm install

After installing the dependencies, you're ready to setup some environment variables. The repository contains a .env.example file which you can rename to .env. In this file you can set for example your client token & ID.

Run project ๐Ÿš€

Now you have installed all the required dependencies & setting up your environment variables, you are ready to start your development environment on your local machine.

# Build project
yarn build

# With yarn
yarn dev

# Or with NPM
npm run dev

License ๐Ÿ“œ

This project is licensed under the Public General Apache 2.0 License - see the LICENSE file for details.

About

๐ŸŒณ Open-source Discord bot for handling basic features.

Topics

Resources

License

Stars

Watchers

Forks