need a bot that gets user input and uses a mysql search to look for the username in the database. if it is found, the info shown below should be sent to the discord channel.
this is how the database is set up:
https://www.w3schools.com/nodejs/nodejs_mysql.asp
mysql command
this is how the database is set up:
https://www.w3schools.com/nodejs/nodejs_mysql.asp
mysql command
Code:
SELECT * FROM `accounts` WHERE `username` LIKE '${args}'
Last edited:
