Skip to content

Discord bot which determines which emoji to purge in a server.

License

Notifications You must be signed in to change notification settings

dfireBird/emourge

Repository files navigation

Emourge

Emourge is discord bot that counts emojis in a message, the bot is built in Typescript using Discord.js and Discord-akairo.

Deploying

Prerequisite

Create a bot in Discord Developer portal. See more on how to create a bot here.

Clone the repo

git clone https://github.com/dfireBird/emourge.git

Create a .env file using the .env.example.

Docker method

You can easily deploy the bot with Docker. Install docker and docker-compose in your system. Make sure you completed the prerequisite and follow the steps below:

docker-compose up

Node method

If you don’t have docker or you don’t how know how to use it. You can also deploy the bot using Node.js Make sure you completed the prerequisite and add a entry in .env file named MONGO_HOST=<your_host_of_db> before you follow the steps below

npm install
npm start

License

This projects uses a MIT license, which can be viewed here.