Metadata-Version: 2.1
Name: light-koreanbots
Version: 1.1.0
Summary: (비공식) Koreanbots에 길드수 업데이트만 하는 모듈입니다.
Home-page: https://github.com/eunwoo1104/light-koreanbots
Author: eunwoo1104
Author-email: sions04@naver.com
License: UNKNOWN
Description: # light-koreanbots
        ## (비공식 모듈)
        공식 SDK가 너무 무거운가요? 그냥 서버수 업데이트만 하면 되나요? 그러면 이 모듈을 사용해보세요!  
        
        ## 기능
        서버수 자동 업데이트  
        **이 외의 기능은 추가할 생각이 없습니다**
        
        ## 설치
        ```
        pip install light-koreanbots
        ```
        
        ## 예제
        ```py
        import light_koreanbots as lkb
        import discord
        
        client = discord.Client()
        kbot_token = "koreanbots_token"
        lkb_client = lkb.LKBClient(bot=client, token=kbot_token)
        
        client.run("discord_token")
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
