mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
6 lines
100 B
Bash
6 lines
100 B
Bash
#! /usr/bin/env sh
|
|
|
|
cd ./src
|
|
|
|
uv run --directory src taskiq worker core.broker:broker modules.tasks
|