trumully / dynamo

Discord bot for personal use
The Unlicense
0 stars 1 forks source link

Dynamo

Dynamo

Personal use bot


Setup

Prerequisites

Clone the repository:

git clone https://github.com/trumully/dynamo.git

Install and run:

cd dynamo
poetry install
poetry run dynamo setup
poetry run dynamo

[!TIP] To stop the bot, press Ctrl+C or use the d!quit command.

Development

Install dev dependencies

poetry install --with=dev

Debug mode

poetry run dynamo --debug

[!TIP] Run d!reload <module> to hot reload a module or d!reload all to hot reload all modules and utilities.

Run tests

poetry run pytest tests --asyncio-mode=strict -n logical