update README

This commit is contained in:
io mintz 2020-06-01 05:56:35 +00:00
parent aa298198f1
commit d16bb2c6f1
1 changed files with 17 additions and 19 deletions

View File

@ -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
<p>
To add an emote:
<ul>
<li><code>@Emote Manager add <img class="emote" src="https://cdn.discordapp.com/emojis/407347328606011413.png?v=1&size=32" alt=":thonkang:" title=":thonkang:"></code> (if you already have that emote)
<li><code>@Emote Manager add rollsafe &lt;https://image.noelshack.com/fichiers/2017/06/1486495269-rollsafe.png&gt;</code>
<li><code>@Emote Manager add speedtest https://cdn.discordapp.com/emojis/379127000398430219.png</code>
<li><u>em/add <img class="emote" src="https://cdn.discordapp.com/emojis/407347328606011413.png?v=1&size=32" alt=":thonkang:" title=":thonkang:"></u> (if you already have that emote)
<li><u>em/add rollsafe &lt;https://image.noelshack.com/fichiers/2017/06/1486495269-rollsafe.png&gt;</u>
<li><u>em/add speedtest https://cdn.discordapp.com/emojis/379127000398430219.png</u>
</ul>
If you invoke <code>@Emote Manager add</code> 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<br>
<code>@Emote Manager add :some_emote:</code> instead.
If you invoke <u>em/add</u> 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<br>
<u>em/add your_emote_name_here</u> instead.
</p>
<p>
To add several emotes from a zip or tar archive, run <code>@Emote Manager import</code> 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 <u>em/import</u> with an attached file.
You can also pass a URL to a zip or tar archive.
</p>
<p>
<code>@Emote Manager export [animated/static]</code> creates a zip file of all emotes
suitable for use with the <code>import</code> command.
<u>em/export [animated/static/all]</u> creates a zip file of all emotes
suitable for use with the <u>import</u> command.
</p>
<p>
<code>@Emote Manager list</code> gives you a list of all emotes on this server.
<u>em/list [animated/static/all]</u> gives you a list of all emotes on this server.
</p>
<p>
<code>@Emote Manager remove emote</code> will remove :emote:.
<u>em/remove emote</u> will remove :emote:.
</p>
<p>
<code>@Emote Manager rename old_name new_name</code> will rename :old_name: to :new_name:.
<u>em/rename old_name new_name</u> will rename :old_name: to :new_name:.
</p>
## Automatic GIF conversion
## License
AGPLv3, see LICENSE.md. © 20182020 io mintz <io@mintz.cc>
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.