Skip to content

evans-costa/discord-bot

Repository files navigation


QR Code Generator

A simple QR Code generator discord bot made with Node.js module discord.js and Google API

Key FeaturesHow To UseCreditsLicense

Key Features

  • Put anything you want as a input (a link to your GitHub account, LinkedIn profile, your portfolio site...)
  • Set a QR Code size, default is 300px
  • Set a color of your QR Code (in hex), default is black
  • Voilá! You QR Code is ready to be scanned by someone in the Discord channel!

How To Use

Note This bot is not hosted, so, if you want to use it, you have to setting up some things on your own.

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/evans-costa/discord-bot.git

# Go into the repository
$ cd discord-bot
# Rename the `.env.example` to `.env` file with details from Discord bot and server set up
DISCORD_CLIENT_ID = XXXXXXXXXXXXXXXXXXXX
DISCORD_TOKEN = XXXXXXXXXX.XXXXXXX.XXXXXXXXXXXXXXXXXXXX
DISCORD_GUILD_ID =  XXXXXXXXXXXXXXXXXX

Note To create a discord bot and set up to your discord server, follow this guide.

# Install dependencies
$ npm install

# Run the app
$ npm start

Credits

This software uses the following open source packages:

License

The MIT License (MIT) 2023 - Evandro Costa. Please have a look at the LICENSE for more details.


GitHub @evans-costa  ·  LinkedIn @evandro-souzac

Releases

No releases published

Packages

No packages published