'Active' fork of EmoteManager bot; Discord bot that lets you manage server emotes
Go to file
Io Mintz f6d9cea805 simplify utils.archive.extract_async and stop ignoring the size_limit kwarg
Getting the initial generator in an executor is misguided since it does not actually begin executing until primed
2019-10-10 01:27:53 +00:00
cogs add-archive: ignore invalid files 2019-10-10 01:27:41 +00:00
utils simplify utils.archive.extract_async and stop ignoring the size_limit kwarg 2019-10-10 01:27:53 +00:00
.gitignore auto convert static images to GIFs if there's no room (closes #3) 2019-10-10 00:24:12 +00:00
README.md add zip/tar archive support 🎉 2019-08-04 10:15:59 +00:00
bot.py bot: override process_config 2019-09-19 21:14:18 +00:00
config.example.py cogs/emotes: support customizing more aspects of the HTTP stuff 2019-09-19 20:45:47 +00:00
requirements.txt cogs/emotes: support customizing more aspects of the HTTP stuff 2019-09-19 20:45:47 +00:00

README.md

Emote Manager

Discord Bots

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

To add an emote:

  • @Emote Manager add :thonkang: (if you already have that emote)
  • @Emote Manager add rollsafe <https://image.noelshack.com/fichiers/2017/06/1486495269-rollsafe.png>
  • @Emote Manager add speedtest https://cdn.discordapp.com/emojis/379127000398430219.png
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.

To add several emotes from a zip or tar archive, run @Emote Manager add-archive with an attached file. You can also pass a URL to a zip or tar archive.

@Emote Manager list gives you a list of all emotes on this server.

@Emote Manager remove emote will remove :emote:.

@Emote Manager rename old_name new_name will rename :old_name: to :new_name:.