2.5.1 β€’ Published 10 months ago

discord-emoji v2.5.1

Weekly downloads
163
License
MIT
Repository
github
Last release
10 months ago

discord-emoji

A near exact emoji tables of Discord for string-based insertion of emotes without having to escape Unicode.

Find more in-depth guidance and documentation can be found on the GitHub Wiki.

GitHub License GitHub Issues GitHub Pull Requests

Install / Usage

// Deno
import * as dismoji from "https://deno.land/x/discord_emoji@2./mod.ts";

// Node.js
// $ npm install discord-emoji
const dismoji = require("discord-emoji");

// Examples of Assertions. dismoji.category.identifier
assertEquals(dismoji.people.grinning, "πŸ˜€");
assertEquals(dismoji.nature.dog, "🐢");
assertEquals(dismoji.food.hamburger, "πŸ”");
assertEquals(dismoji.activity.basketball, "πŸ€");
assertEquals(dismoji.travel.airplane, "✈️");
assertEquals(dismoji.objects.watch, "⌚");
assertEquals(dismoji.symbols.eight_pointed_black_star, "✴️");
assertEquals(dismoji.flags.flag_us, "πŸ‡ΊπŸ‡Έ");

Contributing

Please review my CONTRIBUTING.md for the basis of the development environment.

Use of nushell is required for scripting.

Support

For support, please open an issue or reach out via Discord.

Acknowledgements

  • Necktrox: Previous Author (Marek Kulik)
2.5.0

10 months ago

2.5.1

10 months ago

2.4.0

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.0

3 years ago

2.0.6

3 years ago

2.0.4-rc0

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

4 years ago

2.0.0-beta.0

5 years ago

2.0.0

5 years ago

1.1.1

8 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago