Metadata-Version: 2.2
Name: discord-py-help-lib
Version: 0.0.6
Summary: A library to assist with Discord.py development
Home-page: https://github.com/hashimotok-ecsv/discord_py_help_lib
Author: hashimotok
Author-email: contact@hashimotok.dev
License: MIT
Project-URL: Documentation, https://discord-py-help-lib.readthedocs.io/
Project-URL: Source, https://github.com/hashimotok-ecsv/discord_py_help_lib
Project-URL: Tracker, https://github.com/hashimotok-ecsv/discord_py_help_lib/issues
Keywords: discord.py help library
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: discord.py>=2.5.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# help for discord.py Library

![PyPI version](https://img.shields.io/pypi/v/discord-py-help-lib.svg)
![Python version](https://img.shields.io/pypi/pyversions/discord-py-help-lib.svg)
![License](https://img.shields.io/pypi/l/discord-py-help-lib.svg)

---

## 📦 概要

`discord-py-help-lib` は、discord.pyで役職パネルを簡単に実装するための Python ライブラリです。

主な機能は以下のとおりです：

- 後日更新

---

## ✨ 特徴

- ✅ 簡単に使用が可能

---

## 🔧 インストール

### PyPIからインストール：
```bash
pip install discord-py-help-lib
```
### githubからインストール：
```bash
pip install git+https://github.com/hashimotok-ecsv/discord_py_help_lib.git
```
## 使い方
```python
# 後日更新
```
## 管理者用
### 更新方法
```bash
Remove-Item -Recurse -Force .\dist\
py setup.py sdist
py setup.py bdist_wheel
py -m twine upload --repository testpypi dist/*
py -m twine upload --repository pypi dist/*
```
