Metadata-Version: 2.4
Name: dcspoof
Version: 0.1.0
Summary: A mirror package for aiodc. Please install that instead.
License: GPL-3.0
Keywords: discord,status,presence,bot,mirror
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: aiodc

### This is a mirror package!

The discord presence status spoofing that used to live in `dcspoof` now lives in `aiodc.status`.

It is recommended to install `aiodc` instead:

```bash
pip install aiodc
```

```python
from aiodc.status import mode

mode("vr")
```
