Compare commits
2 Commits
445935f2c9
...
4653689e5e
| Author | SHA1 | Date | |
|---|---|---|---|
| 4653689e5e | |||
| e8e44b7da8 |
@@ -1 +1 @@
|
||||
from .profiles import setup
|
||||
from .profiles import setup, twitch_setup
|
||||
|
||||
@@ -6,5 +6,5 @@ if TYPE_CHECKING:
|
||||
|
||||
|
||||
async def setup(bot: 'Bot'):
|
||||
from .component import ProfileComponent
|
||||
await bot.add_component(ProfileComponent(bot))
|
||||
from .component import ProfilesComponent
|
||||
await bot.add_component(ProfilesComponent(bot))
|
||||
|
||||
Reference in New Issue
Block a user