Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rayzr522/baconbot
- Owner: rayzr522
- Created: 2016-12-01T23:40:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T01:27:37.000Z (11 months ago)
- Last Synced: 2024-10-12T03:44:42.681Z (25 days ago)
- Language: JavaScript
- Homepage:
- Size: 399 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```