Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
treehousekingcomic committed Jul 20, 2020
1 parent 9ee9dc6 commit 5215b6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# discord-emoji-handler
Work with messages that contain emojis that your bot can't see? Emoji Handler will take care of the problem.

## Installation
`pip install DiscordEmojiHandler`

## Available Functions & Usage
To start you must initiate and get a EmojiHandlerObject from the EmojiHandler class.
You'll need to pass your bot's instance (or client) and the text to work with (string).

```py
import EmojiHandlerModule as EHM
import DiscordEmojiHandler as EHM
EHO = EHM.EmojiHandler(bot, text)
```

Expand Down

0 comments on commit 5215b6e

Please sign in to comment.