'Active' fork of EmoteManager bot; Discord bot that lets you manage server emotes
Go to file
in the moon 5ce2a12a96
Delete runtime.txt
2021-09-11 00:19:32 +00:00
cogs it works™️ 2021-09-09 11:24:28 +00:00
data minor changes 2021-09-08 21:05:36 +00:00
utils format 2021-09-07 15:14:44 +00:00
.gitignore minor changes 2021-09-08 21:05:36 +00:00
LICENSE.md format 2021-09-07 15:14:44 +00:00
Procfile railway support 2021-09-10 14:43:57 -03:00
README.md remove readme badge 2021-02-16 06:32:33 +00:00
bot.py format and nextcord 2021-09-07 14:22:54 +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.