Emourge is discord bot that counts emojis in a message, the bot is built in Typescript using Discord.js and Discord-akairo.
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.gitCreate a .env file using the .env.example.
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 upIf 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 startThis projects uses a MIT license, which can be viewed here.