I have a discord.js bot and I need some huge help here by someone really experienced: https://cdn.discordapp.com/attachments/561619607115399178/561620807584055296/unknown.png (so this is my database)
I assume that I need to create the tables in order to really get started
My objective is, is that when someone is banned using my bot they are stored in this database with 3 entries: ["USERNAME"] ["CLIEND_ID"] ["REASON"]
https://gyazo.com/14ed3e0123fe854c7edc805923e2b093 (is the ban success code)
How can I make it so whenever someone is banned with my bot, they are stored in a database?
I assume that I need to create the tables in order to really get started
My objective is, is that when someone is banned using my bot they are stored in this database with 3 entries: ["USERNAME"] ["CLIEND_ID"] ["REASON"]
https://gyazo.com/14ed3e0123fe854c7edc805923e2b093 (is the ban success code)
How can I make it so whenever someone is banned with my bot, they are stored in a database?
