Metadata-Version: 2.1
Name: discord-voice-text
Version: 0.0.4
Summary: Discord.py2.0以上でVoice Textを非同期で使えるようにしたもの
Home-page: UNKNOWN
Author: furimu
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: discord.py (>=2.0.0a)

# インストール
---
Discord.py2.0以上かつPython3.8以上の環境が必要です。

```
python -m pip install discord_voice_text


