discord-emoji-convert
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -60,5 +60,4 @@ | ||
break; | ||
case "÷": | ||
var thing = " :heavy_division_sign:"; | ||
break; | ||
case "/": | ||
var thing = " :heavy_division_sign:" | ||
} | ||
@@ -91,3 +90,2 @@ return thing; | ||
// This code may feel inefficient, bulky, and horrible all at the same time. That's ok, It serves its purpose. - Jacob Snarr |
{ | ||
"name": "discord-emoji-convert", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A very simple Text to Emoji converter for Discord", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,4 +16,4 @@ [![NPM](https://nodei.co/npm/discord-emoji-convert.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/discord-emoji-convert/) | ||
# Supported Characters | ||
```abcdefghijklmnopqrstuvwxyz1234567890+-x*�$ ``` | ||
This includes uppercase characters since all characters are converted to lowercase in order for the Discord Emojis to work. | ||
```abcdefghijklmnopqrstuvwxyz1234567890+-x*/$ ``` | ||
This includes uppercase characters since all characters are converted to lowercase in order for the Discord Emojis to work. "/" is converted to the Discord Division Emoji and spaces are simply just lengthened to be three spaces. | ||
@@ -20,0 +20,0 @@ # Example |
3914
83