All Projects → kordlib → kordx.emoji

kordlib / kordx.emoji

Licence: other
Extension Library for Kord that provides all supported Discord emojis

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to kordx.emoji

country-flag-emoji-json
Country flag emojis in JSON format.
Stars: ✭ 92 (+360%)
Mutual labels:  emoji
studio-log
👻 A tiny JSON logger with emoji support
Stars: ✭ 39 (+95%)
Mutual labels:  emoji
emoji-sentiment
Emoji sentiment data
Stars: ✭ 14 (-30%)
Mutual labels:  emoji
emoji-slider
A slider control with emojis
Stars: ✭ 40 (+100%)
Mutual labels:  emoji
Emojions
Embeddable Emoji Bar
Stars: ✭ 15 (-25%)
Mutual labels:  emoji
loading-indicator
🚦 Simple and customizable command line loading indicator
Stars: ✭ 18 (-10%)
Mutual labels:  emoji
mr-emoji
Lightweight emoji picker like SLACK
Stars: ✭ 23 (+15%)
Mutual labels:  emoji
vuemoji-picker
Vue 2 and 3 lightweight emoji picker.
Stars: ✭ 53 (+165%)
Mutual labels:  emoji
QueerCats
A whole bunch of pride flags represented as blobby cat emoji
Stars: ✭ 72 (+260%)
Mutual labels:  emoji
ChineseBQB-client
🤣 开源表情包小程序
Stars: ✭ 81 (+305%)
Mutual labels:  emoji
editor-ovo
A rich text editor for mobile web. Mixed editing of photos and Emoji 一个适用于移动web的富文本编辑器。照片加emoji的混合编辑
Stars: ✭ 29 (+45%)
Mutual labels:  emoji
emoji-commit
No description or website provided.
Stars: ✭ 40 (+100%)
Mutual labels:  emoji
emoji-strip
Strip emoji from a string in Node.js and browsers.
Stars: ✭ 73 (+265%)
Mutual labels:  emoji
icons
a collection of custom icons for use with the notion-enhancer's "icon sets" integration
Stars: ✭ 29 (+45%)
Mutual labels:  emoji
scrift
New generation shell and scripting language for everyone.
Stars: ✭ 46 (+130%)
Mutual labels:  emoji
winmoji
Emoji lookup for Windows 😉 https://www.winmoji.com https://twitter.com/winmoji
Stars: ✭ 79 (+295%)
Mutual labels:  emoji
dvorakjp-romantable
Google 日本語入力用DvorakJPローマ字テーブル / DvorakJP Roman Table for Google Japanese Input
Stars: ✭ 43 (+115%)
Mutual labels:  emoji
pytest-emoji
A pytest plugin that adds emojis to your test result report 😍
Stars: ✭ 41 (+105%)
Mutual labels:  emoji
EmojiAddIn
Emoji for Outlook and Thunderbird
Stars: ✭ 21 (+5%)
Mutual labels:  emoji
react-native-emoji-input
A fully-featured emoji keyboard ⌨️ for React Native ⚛️
Stars: ✭ 67 (+235%)
Mutual labels:  emoji

kordx.emoji

Discord

An extension library that adds a list of supported emojis to Kord.

suspend fun MessageCreateEvent.handle() {
    if (message.content != "!ping") return

    message.addReaction(Emojis.pingPong)

    message.channel.createMessage("${Emojis.stopwatch} gateway latency is:${kord.gateway.ping.toLongMilliseconds()} ms")
}

Installation

Replace {version} with the desired version number.

Gradle (groovy)

dependencies {
    implementation 'dev.kord.x:emoji:{version}'
}

Gradle (kotlin)

dependencies { 
    implementation("dev.kord.x:emoji:{version}")
}

Maven

<dependency>
    <groupId>dev.kord.x</groupId>
    <artifactId>emoji</artifactId>
    <version>{version}</version>
</dependency>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].