EmoteManager/README.md

50 lines
1.9 KiB
Markdown
Raw Normal View History

2018-08-15 20:34:57 +00:00
# Emote Manager
[![Discord Bots](https://discordbots.org/api/widget/status/473370418007244852.svg?noavatar=true)](https://discordbots.org/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!
**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>
</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.
</p>
2019-08-04 10:15:15 +00:00
<p>
2019-10-15 21:59:34 +00:00
To add several emotes from a zip or tar archive, run <code>@Emote Manager import</code> with an attached file.
2019-08-04 10:15:15 +00:00
You can also pass a URL to a zip or tar archive.
</p>
2019-10-15 21:59:34 +00:00
<p>
<code>@Emote Manager export [animated/static]</code> creates a zip file of all emotes
suitable for use with the <code>import</code> command.
</p>
2018-08-15 20:34:57 +00:00
<p>
<code>@Emote Manager list</code> gives you a list of all emotes on this server.
</p>
<p>
<code>@Emote Manager remove emote</code> will remove :emote:.
</p>
<p>
<code>@Emote Manager rename old_name new_name</code> will rename :old_name: to :new_name:.
</p>
2020-05-12 23:55:08 +00:00
## License
AGPLv3, see LICENSE.md. © 20182020 io mintz <io@mintz.cc>