A simple Discord bot that only generates QR Codes.
This bot is not hosted so if you want to use it you have to do some setting up of your own. I may host it on cloud though!
Create a bot from the Discord Developer Portal and invite the bot into a server
Create a .env
file at the root of the project and put the following in it
BOT_TOKEN=yourtokenhere
Install the dependencies
npm install
Run the bot
node index.js
Use the bot on discord by sending a message
~generate [some random text]