Kimossab / kimoo-disc-bot

Kimossab's discord bot mainly for anime related stuff and features requested by friends. And my playground to mess around with Typescript and GitHub
0 stars 0 forks source link

Show sauce response only to requester #33

Closed Kimossab closed 1 year ago

Kimossab commented 1 year ago

Sauce commands can be spammy, in particular when testing and when it doesn't find a source. It's particularly annoying in channels that shouldn't be spammed.

For this reason we should try to only display the response to the requester. It used to be possible in discord, if we sent a specific response in the actions. Probably will mess with the base handler.

Another good thing to add would be a button to "publish" the response and allow others to see it, useful in case the source is actually valid. Might be worth thinking if we want to keep the pagination or simply just show the one selected.