Use this bot to add and view custom emojis from a user app.
- Go to your Discord Developer Dashboard
- Create a new bot and name it whatever you'd like.
- Go to "Installation" and make sure User Install is selected.
- Make sure you use a discord provided link and have the applications.command selected.
- Rename
config.example.json
toconfig.json
- Fill in the blanks in
config.json
- Use
npm i
to install the dependencies. - Use
node .
to run the bot.
- You can use
/add-emoji
to upload emojis through the bot or you can use the discord dashboard. - You can use
/view-emojis
to view a list of available emojis. - You can use
/send-emoji
to send an emoji by name.
This is a barebones project designed for you to build on. There is nearly no error handling, and /view-emojis
may become troublesome as you add more emojis. You can delete emojis in the Discord Developer Dashboard.