CraigSau / Weeabot

A Discord bot meant to interact with the AniList API.
0 stars 0 forks source link

Setup Database to link Discord username to Anilist username #8

Open CraigSau opened 1 year ago

CraigSau commented 1 year ago

This might not even be the best solution for the problem, but here is the idea -

Open to other suggestions on how to better get the end result I am envisioning, but this seems like the best way to do it all within the bot from my current level of problem solving skills.

CraigSau commented 1 year ago

Do we need a database to store this? Not sure if there is a hashmap in Javascript, but if there is could we potentially just create a file to store a hashmap of discord names as keys and anilist names as values in order to accomplish the same thing? Might be an alternative solution.