Metadata-Version: 2.1
Name: light-uniquebots
Version: 1.0.0
Summary: UniqueBots를 위한 길드수 업뎃만 하는 모듈
Home-page: https://github.com/eunwoo1104/light-uniquebots
Author: eunwoo1104
Author-email: sions04@naver.com
License: UNKNOWN
Description: # light-uniquebots
        UniqueBots를 위한 길드수 업뎃만 하는 모듈.
        
        ## 기능
        서버수 자동 업데이트  
        **이 외의 기능은 추가할 생각이 없습니다**
        
        ## 설치
        ```
        pip install light-uniquebots
        ```
        
        ## 예제
        ```py
        import light_uniquebots as lub
        import discord
        
        client = discord.Client()
        ubot_token = "uniquebots_token"
        lub_client = lub.LUBClient(bot=client, token=ubot_token)
        
        client.run("discord_token")
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
