Open Toaster192 opened 5 years ago
These are the features I found could be of use in #38 and haven't been implemented yet:
https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.Bot.owner_id This could probably be of use
https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.Bot.check_once something similar could be used to check if all the info in config is valid (like if the channels exist)
https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.Bot.walk_commands Might be a reason to use to print command info instead of printing something from the config
https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.Command.help Related to the last comment, setting the help, brief info etc. for each command might be better
Also, aliases
https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#checks might also be better to "replace" the "botroom-check" and stuff we have
The only still relevant link is the second one, others are implemented, obsolete, or have their own issue.
These are the features I found could be of use in #38 and haven't been implemented yet:
https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.Bot.owner_id This could probably be of use
https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.Bot.check_once something similar could be used to check if all the info in config is valid (like if the channels exist)
https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.Bot.walk_commands Might be a reason to use to print command info instead of printing something from the config
https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.Command.help Related to the last comment, setting the help, brief info etc. for each command might be better
Also, aliases
https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#checks might also be better to "replace" the "botroom-check" and stuff we have