Code-Society-Lab / grace

The official Code Society Discord bot
GNU General Public License v3.0
19 stars 12 forks source link

Feature idea: Wikipedia search as slash command #52

Closed DiscordDigital closed 2 years ago

DiscordDigital commented 2 years ago

Is your feature request related to a problem? Please describe. Not a problem.

Describe the solution you'd like Adding a slash command which takes a parameter for search (required), and displays the first 3 top results on Wikipedia in an ephemeral message with buttons for choice. Clicking will send the according Wikipedia link in the chat, and also mention the user who requested it.

Describe alternatives you've considered Opening a web browser locally and using the search, then changing the language of Wikipedia to english, then copying the link over into the chat.

Additional context I already wrote the code, if this feature is wanted I can make a pull request.