suggestionsbot / suggestions-bot-js

A Discord bot designed to build better communities by encouraging a positive and constructive relationship between community and staff.
https://suggestionsbot.com
GNU Affero General Public License v3.0
25 stars 5 forks source link
bot discord discord-api discord-bot discord-js discordbot discordjs nodejs sharding suggestions-bot
Suggestions logo # Suggestions A Discord bot designed to build better communities by encouraging a positive and constructive relationship between community and staff. [![version](https://img.shields.io/github/package-json/v/suggestionsbot/suggestions-bot?style=for-the-badge)](https://github.com/suggestionsbot/suggestions-bot) [![discord](https://img.shields.io/discord/601219766258106399?style=for-the-badge&color=dd9323&label=Discord)](https://suggestions.bot/discord) [![issues](https://img.shields.io/github/issues/suggestionsbot/suggestions-bot?style=for-the-badge)](https://github.com/suggestionsbot/suggestions-bot)

Statistics

Features

* View the documentation to learn how to fully configure the bot

Development

To set up this repository to develop and contribute, there are a few pre-requisites you'll need:

# clone the repository to your development environment
> git clone https://github.com/suggestionsbot/suggestions-bot
# install the dependencies using yarn or npmg
> yarn install # or npm install
# run the development environment
> yarn dev # or npm dev

Important Links