fix: disable standard.welcome in karkas_lite

This commit is contained in:
Maxim Slipenko 2024-12-29 12:39:45 +03:00
parent 3434230446
commit 3edee6e930
No known key found for this signature in database
GPG Key ID: 6DEA9FA7DE98C7D6

View File

@ -15,7 +15,7 @@ async def main():
block_loader("standard", "command_helper"),
block_loader("standard", "spam", safe=False),
block_loader("standard", "report"),
block_loader("standard", "welcome", safe=False),
# block_loader("standard", "welcome", safe=False),
block_loader("standard", "help"),
]
)