Add exec module

This commit is contained in:
2025-10-22 19:28:53 +10:00
parent 700e408701
commit cb2b97e6ca
3 changed files with 8 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ if TYPE_CHECKING:
from meta import Bot
async def twitch_setup(bot: 'Bot'):
from . import profiles
async def twitch_setup(bot: "Bot"):
from . import profiles, exec
await profiles.twitch_setup(bot)
await exec.twitch_setup(bot)

1
src/modules/exec Submodule

Submodule src/modules/exec added at f0bdbaed3c