This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

packaging corrections

Faer-Anne (Mar 27, 2025, 2:36 AM EDT) af50df7a e1696d43

+3 -1
+2
src/kobot/bot.py
··· 1 + #!/usr/bin/env python 2 + 1 3 import asyncio 2 4 import discord 3 5 import configparser
+1 -1
src/kobot/setup.py
··· 4 4 5 5 setup(name='kobot', 6 6 version='1.0', 7 - packages=find_packages(), 7 + packages=["extensions.Minecraft"], 8 8 scripts=["bot.py"] 9 9 )