Rough Campaign module skeleton.

This commit is contained in:
2026-07-22 18:42:08 +03:00
parent b8ffacd916
commit 67a04ef82f
10 changed files with 237 additions and 50 deletions
+2 -2
View File
@@ -6,6 +6,6 @@ if TYPE_CHECKING:
async def setup(bot: "Bot"):
from .component import AwesomeComponent
from .component import CampaignComponent
await bot.add_component(AwesomeComponent(bot))
await bot.add_component(CampaignComponent(bot))