Skip to content

A Discord.js selfbot for turning text into the regional indicator emojis.

License

Notifications You must be signed in to change notification settings

ajmeese7/text-to-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text to Emoji

JavaScript License Stars Forks Leave a Star!

Text to Emoji Usage GIF

Downloading

In a command prompt in your projects folder (wherever that may be), run the following:

git clone https://github.com/ajmeese7/text-to-emoji

Once finished:

  • Ensure you have NodeJS installed on your PC by running npm. If not, Google how to install it and do that now
  • In the folder from where you ran the git command, run cd text-to-emoji and then run npm install
  • Edit config.json and enter your token and desired prefix. It should look like this afterwards:
{
  "bot_token": "YOUR_TOKEN_HERE",
  "prefix": "YOUR_DESIRED_PREFIX_HERE"
}

Your prefix can be anything you want, but I tend to use the / because you're unlikely to ever use it on accident.

Getting your login token

Go to this link and follow the instructions to get your login token.

KEEP YOUR TOKEN SECRET, AND NEVER SHARE IT WITH ANYONE

Controlling the bot

To start the bot, open a command prompt from the folder containing the repository and run node index.

You simply need to type /emoji in Discord followed by your message, then the bot will handle the rest.

To stop it, click on the terminal and press CTRL+C, which will kill the process.

About

A Discord.js selfbot for turning text into the regional indicator emojis.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published