menu
auric package
documentation
bot/command_handler.dart
PingCommand
execute method
execute method
dark_mode
light_mode
execute
method
@
override
Future
<
String
>
execute
(
CommandContext
context
)
override
Implementation
@override Future<String> execute(CommandContext context) async { return '🏓 Pong! Bot is online!'; }
auric package
documentation
bot/command_handler
PingCommand
execute method
PingCommand class