You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: