Metadata-Version: 2.4
Name: discord-vr
Version: 1.0.0
Summary: Make your discord.py bots appear as if they are in VR.
Home-page: https://github.com/xx347x/Discord-VR
Author: xx347x
Author-email: inquire@upset.bot
License: MIT
Keywords: discord vr discord.py discord bot status vr presence
Classifier: Programming Language :: Python :: 3
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


---------------------------------------

```
pip install -U git+https://github.com/xx347x/Discord-VR
```

```py
import discord_vr

import discord
from discord.ext import commands

client = commands.Bot(...)
```
- All you need todo is import `discord_vr` before any discord.py related librarys.
