Metadata-Version: 2.2
Name: dickcord
Version: 0.1
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: discord.py
Requires-Dist: requests
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python

# Dickcord

A Python module for interacting with Discord. This package allows you to control a Discord bot, send and delete messages using a Discord user token, and manage webhooks.

## Installation

To install `dickcord`, use pip:

```bash
pip install dickcord
