Metadata-Version: 2.4
Name: discord-desktop
Version: 1.0.0
Summary: Make your discord.py bots appear as if they are in Desktop.
Home-page: https://github.com/xx347x/Discord-Desktop
Author: xx347x
Author-email: inquire@upset.bot
License: MIT
Keywords: discord desktop discord.py discord bot status desktop 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-Desktop
or
pip install -U discord-desktop
```

```py
import discord_desktop

import discord
from discord.ext import commands

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