'Active' fork of EmoteManager bot; Discord bot that lets you manage server emotes
Go to file
io mintz b1c3114ee3 turn guild subs back on until discord.py#5819 is fixed 2020-09-15 11:44:46 +00:00
cogs re-count guilds on stats cog reload 2020-07-16 23:23:58 +00:00
data move systemd to bot bin 2020-07-01 06:44:33 +00:00
utils move systemd to bot bin 2020-07-01 06:44:33 +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 README: document the new command 2020-06-19 04:16:17 +00:00
bot.py turn guild subs back on until discord.py#5819 is fixed 2020-09-15 11:44:46 +00:00
requirements.txt bump dpy version 2020-08-06 03:35:31 +00:00

README.md

Emote Manager

Discord Bots

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.