generated from HoloTech/twitch-bot-template
Add exec module
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
1
src/modules/exec
Submodule
Submodule src/modules/exec added at f0bdbaed3c
Reference in New Issue
Block a user