dependencies property

  1. @override
List<String> get dependencies
override

List of plugin names that this plugin depends on.

The bot will ensure these dependencies are installed before installing this plugin. If any dependencies are missing, a TeleverseException will be thrown.

Implementation

@override
List<String> get dependencies => [];