JohnWolfson / Lakea-Discord-Bot

A discord bot to work alongside 'Lakea' stream assistant to add aid Materies Coil and his community
0 stars 0 forks source link

Link Discord Account With Battle Simulator Character File #3

Open JohnWolfson opened 4 months ago

JohnWolfson commented 4 months ago

Users should be able to access their character stats from the Battle Simulator in the Discord. This requires linking their character file which uses their Twitch account id to their Discord.

Acceptance Criteria:

JohnWolfson commented 4 months ago

One method of doing this could be to give users a command in Twitch chat to get a UUID string that Lakea can write to a file with their Twitch ID. The user can then input that UUID string in Discord for the Discord bot to get the Twitch ID from the file and link the two. Further investigation should be done for this.

JohnWolfson commented 4 months ago

After some discussion with peers, it has been found that symbolic links could be used for linking the two instead of having to link a Discord ID to a Twitch ID via a UUID. Some investigation should be done into this to learn more and find if it is more or less suitable as a solution than the other option given in the comment above.