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

3
.gitmodules vendored
View File

@@ -7,3 +7,6 @@
[submodule "src/modules/hyperfocus"] [submodule "src/modules/hyperfocus"]
path = src/modules/hyperfocus path = src/modules/hyperfocus
url = https://git.thewisewolf.dev/HoloTech/hyperfocus-plugin.git url = https://git.thewisewolf.dev/HoloTech/hyperfocus-plugin.git
[submodule "src/modules/exec"]
path = src/modules/exec
url = https://git.thewisewolf.dev/HoloTech/exec-plugin.git

View File

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

1
src/modules/exec Submodule

Submodule src/modules/exec added at f0bdbaed3c