monorepo
monorepo copied to clipboard
Request for new chatbot commands
Description: This issue is to request the implementation of the following new chatbot commands:
- !define [word]: This command should return the definition of the specified word.
- !quote: This command should return a random quote from a famous person.
- !joke: This command should return a random joke response.
- !ratio java python: This command should calculate the ratio between the "java" and "python" languages and provide the result.
Additional Information: Please provide the following details for each command:
- !define [word]:
- Word: [Enter the word for which you would like to see the definition]
- Language: [Enter the language for which the definition should be provided]
- !quote:
- Language: [Enter the language for which the quote should be provided]
- !joke:
- Language: [Enter the language for which the joke should be provided]
- !ratio java python:
- Languages: java, python
Maybe we can add "translate" command.
Thanks! Commands such as !quote and !joke can be added with the Custom API System.
We can structure the command system so that custom commands can take parameters. This way, !define, !ratio and !translate commands can take parameters. I will do research on this subject.