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

/motivation command does not work #130

Closed Ta1al closed 1 year ago

Ta1al commented 1 year ago

Is there an existing issue for this?

Current Behavior?

The command doesn't respond with an actual "quote". Just something motivational in the form of code e.g., smile. find( reason );

Expected Behavior?

It should return an actual quote like:

Tension is who you think you should be. Relaxation is who you are. - Jim Afremow

Steps To Reproduce

  1. Run /motivation

Environment

Irrelevant

Anything else?

image

Code of Conduct

thieleju commented 1 year ago

@Ta1al Thank you for reporting, but this is actually the intentional behaviour of the command 😅 DELETE FROM thoughts WHERE category = 'negative' meaning to delete all negative thoughts :)

But I have to admit, that the name of the command /motivation or the description doesn't indicate that this is a programming motivation quote. If you want I could assign you to this issue and you could rename the command to /codemotivation or something like that.