Metadata-Version: 2.1
Name: discordub
Version: 0.1.6
Summary: A python package that controls the discord user. Not to be confused with discord bots.
Author-email: qloha <sirfigaloha@gmail.com>
Project-URL: Homepage, https://github.com/qloha/dub
Project-URL: Issues, https://github.com/qloha/dub/issues
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
License-File: LICENSE

# Discordub

The only package to manage your user!

## How to install:

To install this package, run ```pip install discordub```

## Tutorial

Some things that this package includes is the send message & embed message!

```
import discordub as dub

#coming soon
```

### For the full documentation, please visit https://qloha.github.io/dicordub
