Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rayzr522/baconbot

A clean bot base for anyone to use and adapt
https://github.com/rayzr522/baconbot

Last synced: 9 days ago
JSON representation

A clean bot base for anyone to use and adapt

Awesome Lists containing this project

README

        

# BaconBot

> A clean bot base for anyone to use and adapt.

BaconBot is a simple bot base written in JavaScript using Discord.js. It is designed to be fully functional on its own, but is also intended for others to fork and add their own content. BaconBot provides all the basics necessary for a Discord.js-based bot.

## Requirements

1. [`git`](https://git-scm.com/downloads)
2. [`node`](https://nodejs.org/en/download/)

## Installation

First, make sure you have the [requirements](#requirements) installed!

Now, in Terminal (macOS) or Git Bash (Windows) run the following commands:

```bash
git clone https://github.com/Rayzr522/BaconBot.git
cd BaconBot
npm install
```

Finally, copy the `config.json.example` file to `config.json` and fill in your bot token.

## Usage

To run the bot, simply run the following in Terminal (macOS) or Git Bash (Windows):

```bash
cd
npm start
```