You are viewing a single comment's thread from:
RE: PMBot - Discord Bot for @Promo-Mentors
Thank you for your contribution. I did not know about discord.js-commando, seems like a good library. How the run function is being called?
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]
Discord.js-commando is an awesome library to make Discord bots, it extends Discord.js. It standardizes bot commands. I am using it in all my Discord bots.
Run function is called automatically when a command is typed as the individual command classes extend parent
Command
class. But we can call it programatically too if we need to run another command from a command or from main bot script. I have not dug deeper into the library, just read documentation.Thank you for taking time in evaluation my contribution.