Roguekiller / Sakiko

Discord bot created using node.js. For a personal discord.
1 stars 0 forks source link

B-1 Fix MyAnimeList Bug #22

Open cameronb12 opened 1 year ago

cameronb12 commented 1 year ago

Reduce list and fix bug where an error occurs on certain user profiles.

cameronb12 commented 1 year ago

Currently overhauling the functionality of the mal-f profile. As opposed to using just a string as the name and searching via the web, the user will have 2 options: Use members of the server, or to type in a name from previous functionality.

Second bug is showcasing too many anime if a person has many anime in their favorites. Tabulation might be the way to good or add paging. - Research required for both instances of implementation.

cameronb12 commented 1 year ago

Need to refactor how images are handled with embeds. Currently appending them inside of the embed, instead need to upload them to the Mongo database and get the url from there. This will be updated in this dev notes, along with adding in image upload CRUD capabilities as well. Though, some more thought is needed.