sync abstract method

Future<void> sync(
  1. {ICommandsSync syncRule = const ManualCommandSync()}
)

Syncs command builders with discord immediately. Warning: Client could not be ready at the function execution. Use syncOnReady for proper behavior

Implementation

Future<void> sync({ICommandsSync syncRule = const ManualCommandSync()});