Discord bot - QR code generator
- First you need to clone the repository:
git clone https://github.com/hzionn/DCQR.git- Install the requirements:
cd DCQR
npm install- Setup the Discord bot, get the token and replace it in the
.envfile. - Get the bot invite link and invite the bot to your server.
Start the bot with:
node index.jsBack to the Discord server, and type:
!qrcode <text>
This is a over-simplified solution for the project Discord bot - QR code generator from DevProjects_by_codementor.