mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-17 21:34:56 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { EmojiService } = require("m3o/emoji");
|
||||
const { EmojiService } = require("micro-js-client/emoji");
|
||||
|
||||
// Find an emoji by its alias e.g :beer:
|
||||
async function findEmoji() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { EmojiService } = require("m3o/emoji");
|
||||
const { EmojiService } = require("micro-js-client/emoji");
|
||||
|
||||
// Get the flag for a country. Requires country code e.g GB for great britain
|
||||
async function getFlagByCountryCode() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { EmojiService } = require("m3o/emoji");
|
||||
const { EmojiService } = require("micro-js-client/emoji");
|
||||
|
||||
// Print text and renders the emojis with aliases e.g
|
||||
// let's grab a :beer: becomes let's grab a 🍺
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { EmojiService } = require("m3o/emoji");
|
||||
const { EmojiService } = require("micro-js-client/emoji");
|
||||
|
||||
// Send an emoji to anyone via SMS. Messages are sent in the form '<message> Sent from <from>'
|
||||
async function sendAtextContainingAnEmojiToAnyoneViaSms() {
|
||||
|
||||
Reference in New Issue
Block a user