menu
obby_client
obby_client.dart
BotCommand
BotCommand.new const constructor
BotCommand.new
dark_mode
light_mode
BotCommand
constructor
const
BotCommand
(
{
required
String
name
,
required
String
?
description
,
})
Implementation
const BotCommand({ required this.name, required this.description, });
obby_client
obby_client
BotCommand
BotCommand.new const constructor
BotCommand class