The official Mineral bot, developed in Dart.
Follow these steps to configure and run the bot on your machine.
Before launching the bot, you must set up the configuration file.
- Go to the
config/directory. - Open the
common.ymlfile. - Fill in the required fields, especially your
token.
Ensure you have Dart installed. Run the following command at the root of the project to install the necessary dependencies:
dart pub get
dart bin/main.dartPlease refer to the official documentation