Bot constructor
- required String nick,
- required String? id,
- required bool from_config,
- required List<
BotCommand> commands,
Implementation
const Bot({
required this.nick,
required this.id,
required this.from_config,
required this.commands,
});