aemmadi / Kanna-Bot

An easy to use simple multi-purpose discord bot for your server
https://www.kannabot.ml
MIT License
8 stars 2 forks source link

Rocket League Linking Account Command #19

Open aemmadi opened 6 years ago

aemmadi commented 6 years ago

Need help with setting up a database to store STEAMID64 for every user.

!rl link pc <STEAMID> - should store message.author and the steamid in database !rl stats - should get steamid from database if message.author linked his steamid.

abhinavk99 commented 6 years ago

If you don't have many users, I recommend looking into https://firebase.google.com/ if you want something easy to set up. You can use the Firebase JS SDK to work with a Firebase db that you create on the website. It'll be free as long as you have less than a certain number of requests per month.

aemmadi commented 6 years ago

@abhinavk99 thank you, I will look into firebase. Currently I'm looking into MongoDB, going to give Firebase a shot soon.