UNPKG

discord.js-game

Version:

Discord games is a powerful npm package with a collection of minigames for your discord bot

27 lines (25 loc) 272 B
type CharsKeys = | '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '#' | '*' | '?' | '!' | '+' | '-' | '×' | '$' | '/' | ' '; export const Emojify: { (content: string): string; chars: Record<CharsKeys, string>; };