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