Thanks for the contribution, @anonym0us! From what I can tell from the image (it's very small) it looks a lot better than in the previous update, so good job with that.
However, looking at the code I think this could definitely use some improvement as well:
- Don't use
var
, uselet
andconst
- Calling all your variables
info1
,info2
etc. is a bad idea. You should do this instead, for example:
const author = result.author;
I don't really get the goal of this project. Is it similar to something like @GINAbot, or do you want to satisfy some other need?
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]
Thank you for your review, @amosbastian!
So far this week you've reviewed 12 contributions. Keep up the good work!