Metadata-Version: 2.4
Name: discord_emojis
Version: 2026.5.7
Summary: An up-to-date collection of all valid Discord emojis
Home-page: https://github.com/davfsa/discord_emojis
Author: davfsa
Author-email: davfsa@hikari-py.dev
License: MIT
Project-URL: Source (GitHub), https://github.com/davfsa/discord_emojis
Project-URL: Discord, https://discord.gg/hikari
Project-URL: Issue Tracker, https://github.com/davfsa/discord_emojis/issues
Project-URL: CI, https://github.com/davfsa/discord_emojis/actions
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# discord_emojis

This library contains an up-to-date list of all valid Discord emojis.
It runs a cron job every day to check for a new version of Discord Emojis and,
if it finds one, will update the list and publish a new version of the package.

# Installation

Installation is as easy as `pip install -U discord_emojis`. This will fetch the
latest version of the package or update it if a new version is available.

# What does this package provide?

This tiny package provides `discord_emojis.EMOJIS`, a set of all valid Discord emojis.

The version of the package and emojis can be checked with `discord_emojis.__version__`
and `discord_emojis.__emojis_version__` respectively.

Additionally, `discord_emojis.utils` provides additional utilities to help
dealing with emojis.

# Acknowledgements

Thanks a lot to [Emzi0767](https://github.com/Emzi0767) for providing the
up-to-date Discord emoji mapping.
