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
- Host: GitHub
- URL: https://github.com/puckzxz/melonbot
- Owner: puckzxz
- License: unlicense
- Created: 2018-11-10T02:52:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T23:30:46.000Z (about 3 years ago)
- Last Synced: 2025-03-07T22:08:30.542Z (over 1 year ago)
- Topics: bot, discord
- Language: TypeScript
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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