forked from HoloTech/subathon-tracker-bot
Compare commits
4 Commits
1042ae044a
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c3e857e28 | |||
| 1311574360 | |||
| 9e73708972 | |||
| 808ed74d15 |
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -10,3 +10,6 @@
|
|||||||
[submodule "src/modules/profiles"]
|
[submodule "src/modules/profiles"]
|
||||||
path = src/modules/profiles
|
path = src/modules/profiles
|
||||||
url = https://git.thewisewolf.dev/HoloTech/profiles-plugin.git
|
url = https://git.thewisewolf.dev/HoloTech/profiles-plugin.git
|
||||||
|
[submodule "src/modules/exec"]
|
||||||
|
path = src/modules/exec
|
||||||
|
url = https://git.thewisewolf.dev/HoloTech/exec-plugin.git
|
||||||
|
|||||||
@@ -4,9 +4,11 @@ if TYPE_CHECKING:
|
|||||||
from meta import Bot
|
from meta import Bot
|
||||||
|
|
||||||
|
|
||||||
async def twitch_setup(bot: 'Bot'):
|
async def twitch_setup(bot: "Bot"):
|
||||||
# Import and run setup methods from each module
|
# Import and run setup methods from each module
|
||||||
from . import profiles, tracker, subathon
|
from . import profiles, tracker, subathon, exec
|
||||||
|
|
||||||
await profiles.twitch_setup(bot)
|
await profiles.twitch_setup(bot)
|
||||||
await tracker.twitch_setup(bot)
|
await tracker.twitch_setup(bot)
|
||||||
await subathon.twitch_setup(bot)
|
await subathon.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
Submodule src/modules/subathon updated: aa87fd6f9f...11c77bcc89
Reference in New Issue
Block a user