Personal use bot
git clone https://github.com/trumully/dynamo.git
cd dynamo
poetry install
poetry run dynamo setup
poetry run dynamo
[!TIP] To stop the bot, press
Ctrl+C
or use thed!quit
command.
poetry install --with=dev
poetry run dynamo --debug
[!TIP] Run
d!reload <module>
to hot reload a module ord!reload all
to hot reload all modules and utilities.
poetry run pytest tests --asyncio-mode=strict -n logical