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

https://github.com/puckzxz/melonbot

A Discord bot made for melons
https://github.com/puckzxz/melonbot

bot discord

Last synced: 2 months ago
JSON representation

A Discord bot made for melons

Awesome Lists containing this project

README

          

# 🍉 MelonBot

A general purpose bot with special features made specifically for the [MelonPatch](https://melonpatch.gg) community.

All the code for the bot is open source, to use it in your own server follow the steps below.

## 🖥 Running Locally

Ensure you have both [Node](https://nodejs.org) and [TypeScript](https://www.typescriptlang.org/index.html) installed.

A `config.ts` file in the `src` directory is **required**.

Take a look at [`src/config.template.ts`](src/config.template.ts) for the variables you need to supply.

Once you have your config ready, open a terminal and run `npm install && npm start`

## 🐳 Deploying with Docker

Assuming you have your `config.ts` filled in then run `docker-compose up -d`

## 🏗 Built with

* [Discord.js](https://discord.js.org)
* [Discord.js-commando](https://github.com/discordjs/Commando)

## 📜 License

See [UNLICENSE](UNLICENSE) for more details