Module discord_bot_light_app

Behaviours: application.

Function Index

start/2Start the Discord bot application This function gets the Discord token from environment variables and optionally configures a command handler module.
stop/1Stop the Discord bot application.

Function Details

start/2

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/1

stop(State) -> any()

Stop the Discord bot application


Generated by EDoc