puckzxz / melonbot

A Discord bot made for melons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‰ MelonBot

A general purpose bot with special features made specifically for the MelonPatch 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 and TypeScript installed.

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

Take a look at 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

πŸ“œ License

See UNLICENSE for more details

About

A Discord bot made for melons

License:The Unlicense


Languages

Language:TypeScript 99.1%Language:Dockerfile 0.9%