What you will practice
You will practice making a Discord Bot that can receive command arguments. The bot will convert the given argument into a QR code using a third-party API, and send the QR code back to the user. The project should take around 4 hours to complete.
Introduction
QR codes have become ubiquitous in many countries in the last few years. With the help of bots, QR codes can be generated easily. Through this project, you'll learn how to use Discord bots to turn command arguments into outputs like QR code, without having to look for a QR code generation website.
Requirements
The user will send a command in Discord chat with an argument. The argument, converted into the QR code, will later be sent back to the user.
For an extra challenge:
- Add a slash command that triggers the bot to generate a QR code
- Allow the user to change the color and/or size of the QR code