This is a discord bot that posts custom emoji and gifs. This bot uses slash commands, so be familiar with slash commands.
- Posts custom emoji and gif as links in discord.
- Thats it I think (maybe more in the future).
Ignore the fact that I don't know how to make gifs using ffmpeg and using gifs.com for making this gif with watermark.
- You can find the command for every emoji and gif using
/help all
. - The example GIF above is a old example and it uses a prefix, now the bot uses slash commands, don't get confused.
- Previews will be added in the future.
- Clone or download the zip of the repository.
- Run
npm install
to install all the dependencies. - Rename
.env.sample
as.env
and add your discord bot token and your server guild id in.env
. - Invite the bot using the following link:
https://discord.com/oauth2/authorize?client_id=YOURCLIENTID&permissions=-2147095488&scope=bot%20applications.commands
- Change YOURCLIENTID with your bot's client id.
- Run
node .
, and you are ready to go. If you are using replit to host, click the Run button.
Released under the GPL-3.0 License.