thieleju / statsbot

Discord Bot to gather data from public APIs using node.js and discord.js! Hacktoberfest Event Project
MIT License
22 stars 45 forks source link

Add /websiteicon command using Icon Horse API #56

Closed thieleju closed 2 years ago

thieleju commented 2 years ago

Command Name

/websiteicon [domain]

Public API Resource

https://icon.horse/

Description

The command should require another parameter. This parameter is the domain name of a website like google.com or discord.com. The api returns the favicon of the site, which then should be returned to the user.

Example: https://icon.horse/icon/discord.com

Implementation Details

Code of Conduct

thieleju commented 2 years ago

@MaruthiKo is going to work on this issue.

appledora commented 2 years ago

@thieleju hi, I would love to work on similar issues :D

MaruthiKo commented 2 years ago

Sure @thieleju I will start working on this issue right now

thieleju commented 2 years ago

Sorry @MaruthiKo, I made a mistake. You're assigned to this now :)

@appledora Sorry to unassign you again, but if you want you can open a new issue.

thieleju commented 2 years ago

Well done @MaruthiKo! I reviewed your pr #63 and labeled it with the hacktoberfest-accepted label. I also left a small comment on your pr.

Keep contributing ❤️