From d16bb2c6f151c7ca08936e4d26928d15e3884211 Mon Sep 17 00:00:00 2001 From: io mintz Date: Mon, 1 Jun 2020 05:56:35 +0000 Subject: [PATCH] update README --- README.md | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index e1d6b81..e8dcb3e 100644 --- a/README.md +++ b/README.md @@ -1,49 +1,47 @@ # Emote Manager -[![Discord Bots](https://discordbots.org/api/widget/status/473370418007244852.svg?noavatar=true)](https://discordbots.org/bot/473370418007244852) +[![Discord Bots](https://top.gg/api/widget/status/473370418007244852.svg)](https://top.gg/bot/473370418007244852) -Need to edit your server's custom emotes from your phone? Just add this simple bot, and use its commands to do it for you! +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. -To add the bot to your server, visit https://discordapp.com/oauth2/authorize?client_id=473370418007244852&scope=bot&permissions=1074023488. - ## Commands

To add an emote:

- If you invoke @Emote Manager 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
- @Emote Manager add :some_emote: instead. + 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 several emotes from a zip or tar archive, run @Emote Manager import with an attached file. - You can also pass a URL to a zip or tar archive. + 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.

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

- @Emote Manager list gives you a list of all emotes on this server. + em/list [animated/static/all] gives you a list of all emotes on this server.

- @Emote Manager remove emote will remove :emote:. + em/remove emote will remove :emote:.

- @Emote Manager rename old_name new_name will rename :old_name: to :new_name:. + em/rename old_name new_name will rename :old_name: to :new_name:.

+## Automatic GIF conversion -## License - -AGPLv3, see LICENSE.md. © 2018–2020 io mintz +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.