Metadata-Version: 2.1
Name: discordhelp
Version: 1.0.2
Summary: A library to help with discord.py
Home-page: https://github.com/Ashvin-Ranjan/Discord-Helper
Author: Ashvin Ranjan
Author-email: me@ash.vin
License: UNKNOWN
Platform: UNKNOWN
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

# Discord Helper
A simple helper library for discord.py

## Features

`getEmoteFromName(name)`
This gets the unicode emoji that corresponds to the discord emoji, like how `:grinning:` is the grinning emoji when adding reactions.

`getNameFromEmote(emote)`
The exact opposite of `getEmoteFromName` as this takes in the emoji and gives back the name

`createEmbed(title, text, footer, authour_name, color)`
This returns a embed with the inputs given

`checkURLs(string)`
Returns a bool stating whether there is a url in the string

`getURLs(string)`
Returns a list of all URLs in a string

`getTimeSinceMessage(message)`
Returns DateTime of time since a message was created

`getColoredText(text, color)`
Responds with the formatting corresponding to the color, here are the following colors
- red
- green
- dark-green
- light-green
- orange
- yellow
- dark-yellow
- blue

## Version & Fixes

Please feel free to make fixes and put up issues at [the github repo](https://github.com/Ashvin-Ranjan/Discord-Helper)

### Fixes
- Fixed Major problem with import name

