Metadata-Version: 2.1
Name: discord-publisher
Version: 1.0.2
Summary: Discord 공지 채널에 메세지를 발신해보세요!
Home-page: https://github.com/samsunghappytree123/discord-publisher
Author: Happytree Samsung
Author-email: samsunghappytree123@naver.com
License: GPL-3.0
Project-URL: Homepage, https://github.com/samsunghappytree123/discord-publisher
Project-URL: Source, https://github.com/samsunghappytree123/discord-publisher
Project-URL: Tracker, https://github.com/samsunghappytree123/discord-publisher/issues
Keywords: discord,discord.py,discord_publisher,discord-publisher
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: asyncio

# discord-publisher
Discord 공지 채널에 메세지를 발신해보세요!

## 설명
이 모듈은 `discord.py`에 사용될 수 있도록 비동기로 제작되었습니다.

## 제작자
Happytree Samsung 

### 연락하기
+ 이메일 : [samsunghappytree123@teamht.cf](mailto:samsunghappytree123@teamht.cf)
+ 디스코드 : `Happytree Samsung#7612`

## 사용 설명
`pip install Discord-publisher`
```py
import discord_publisher

pb = discord_publisher.Publisher('이곳에 봇 토큰을 넣어주세요.', '이곳에 채널 아이디를 넣어주세요.', '이곳에 전송할 메세지 아이디를 넣어주세요.')
pb.postnotice()
```

---

## 버그제보 & 기여
+ 버그제보 받습니다. [깃허브 이슈](https://github.com/samsunghappytree123/discord-publisher/issues)
+ 기여는 대환영입니다! [레포지토리 포크하기](https://github.com/samsunghappytree123/discord-publisher/fork)

