Currently, the !info command is outdated, and throws errors presumably due to old calls since the discord.js v12 update. The command should be updated so that it functions. It should also be refactored for readability and testability (everything is currently in one long function). We should also verify that the following features are included:
[ ] Currently, when there are no info terms, and a user requests a list of available info terms, they get an empty list of terms. Instead, they should get a message explaining that no info terms are available.
[ ] Administrative commands (add, edit, remove) should only be available to Guardians and Helpers.
[ ] The description of a term should allow formatting (emotes, spaces, line breaks, etc)
[ ] A distinction between 'term' and 'keyword' should be made in both the code (comment explaining the difference) and the help command.
Currently, the
!info
command is outdated, and throws errors presumably due to old calls since the discord.js v12 update. The command should be updated so that it functions. It should also be refactored for readability and testability (everything is currently in one long function). We should also verify that the following features are included: