You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not dissimilar to a command-line interface. Let's create a similar mechanism for bots, whereby bots can register the commands and arguments they understand, and if a user interfaces with a bot outside of that known syntax, the framework can reply automatically with an error message.
Many bots support a textual interface in which a user converses in the following way:
It is not dissimilar to a command-line interface. Let's create a similar mechanism for bots, whereby bots can register the commands and arguments they understand, and if a user interfaces with a bot outside of that known syntax, the framework can reply automatically with an error message.
It would work similar to the argv module: https://www.npmjs.com/package/argv
The text was updated successfully, but these errors were encountered: