Skip to content
RubbaBoy edited this page Aug 28, 2019 · 2 revisions

Setting the IDE up for yourself is easy. The following are some prerequisites you must meet before setting up:

  • Java 11+
  • An IDE (MS Paint IDE is suggested)
  • A Discord account
  • An IQ above 60

Once you have these things, you are ready to begin. First, go into your IDE and clone the EmojIDE repo.

Next, navigate to https://discordapp.com/developers/applications/ and create a new application. Once complete, go to the Bot tab and create a user bot, and copy its client ID. Open the src/main/resources/config.conf file, and set the value of primary-token to your bot's token, in quotes.

You are almost done! Finally, create 41 Discord servers and add your bot to each one with Administrator privileges, and add their IDs to the servers list of the config. Run the IDE with the gradle run command, and after 2-3 hours (Maybe more, who knows) the emojis will have been generated and uploaded. Note that it is common for the bot to be rate limited for a full hour at a time, just restart the program and hope it skips it.

Once complete, if you type !emoji info you should get something that looks like the following:

emoji info

Clone this wiki locally