Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add /motivational-quote command using Motivational Quote API #129

Closed
1 task done
Ta1al opened this issue Oct 14, 2022 · 2 comments
Closed
1 task done

Add /motivational-quote command using Motivational Quote API #129

Ta1al opened this issue Oct 14, 2022 · 2 comments
Labels
good first issue Good for newcomers hacktoberfest Hacktoberfest 2022

Comments

@Ta1al
Copy link
Contributor

Ta1al commented Oct 14, 2022

Command Name

/motivational-quote

Public API Resource

https://api.goprogram.ai/inspiration

Description

Returns a random motivational quote and it's author

Implementation Details

  • Add a new javascript file in the commands folder
  • Use axios to fetch the data from your public API
  • Format the data in a readable way and send it to the user
  • Use the discord.js docs to get started

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Ta1al Ta1al added good first issue Good for newcomers hacktoberfest Hacktoberfest 2022 labels Oct 14, 2022
@Ta1al
Copy link
Contributor Author

Ta1al commented Oct 14, 2022

Can you assign it to me?

@Ta1al
Copy link
Contributor Author

Ta1al commented Oct 14, 2022

I see there is already a /motivation command. Which works but the response aren't "quotes", just something motivational in the form of code e.g., study.then( practice );

@Ta1al Ta1al closed this as completed Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest Hacktoberfest 2022
Projects
None yet
Development

No branches or pull requests

1 participant