UNPKG
discord.js-game
Version:
latest (1.2.7-beta)
1.2.7-beta
Discord games is a powerful npm package with a collection of minigames for your discord bot
discord.js-game
/
Examples
/
Emojify.md
8 lines
(6 loc)
•
156 B
Markdown
View Raw
1
2
3
4
5
6
7
8
# **😄 Emojify**
```js
const
{ Emojify } = require(
'discord-gamecord'
);
const
Text =
'Discord Gamecord'
; <channel>.send(
await
Emojify(Text)); ```