'Active' fork of EmoteManager bot; Discord bot that lets you manage server emotes
Go to file
igna 3eaac0148d nextcord 2021-09-07 14:15:53 +00:00
cogs update license headers 2021-07-11 03:03:32 +00:00
data update license headers 2021-07-11 03:03:32 +00:00
utils update license headers 2021-07-11 03:03:32 +00:00
.gitignore support multi-process sharding 2020-06-02 00:51:20 +00:00
LICENSE.md relicense to AGPLv3 2020-05-01 03:14:25 +00:00
README.md remove readme badge 2021-02-16 06:32:33 +00:00
bot.py nextcord 2021-09-07 14:15:53 +00:00
requirements.txt nextcord 2021-09-07 14:15:53 +00:00

README.md

Emote Manager

Emote Manager is a souped up version of the Emoji settings screen in your server's settings.

Note: both you and the bot will need the "Manage Emojis" permission to edit custom server emotes.

Commands

To add an emote:

If you invoke em/add with an image upload, the image will be used as the emote image, and the filename will be used as the emote name. To choose a different name, simply run it like
em/add your_emote_name_here instead.

To add a bunch of custom emotes, use em/add-these [emote 1] [emote 2] [emote 3]….

To add several emotes from a zip or tar archive, run em/import with an attached file. You can also pass a URL to a zip or tar archive.

em/export [animated/static/all] creates a zip file of all emotes suitable for use with the import command.

em/list [animated/static/all] gives you a list of all emotes on this server.

em/remove emote will remove :emote:.

em/rename old_name new_name will rename :old_name: to :new_name:.

Automatic GIF conversion

If you try to upload a static emote to a server that has no more static slots, the bot will automatically convert the image to a GIF. When this happens, the bot will let you know.