Behaviours: application
.
start/2 | Start the Discord bot application This function gets the Discord token from environment variables and optionally configures a command handler module. |
stop/1 | Stop the Discord bot application. |
start(StartType, StartArgs) -> any()
Start the Discord bot application This function gets the Discord token from environment variables and optionally configures a command handler module
stop(State) -> any()
Stop the Discord bot application
Generated by EDoc