'Active' fork of EmoteManager bot; Discord bot that lets you manage server emotes
Go to file
Io Mintz 23b6447e44 relicense to AGPLv3 2020-05-01 03:14:25 +00:00
cogs update stats command docs 2020-04-28 02:58:32 +00:00
utils utils.image: stop shitting up /tmp 2020-04-29 23:55:31 +00:00
.gitignore gitignore: ignore zips 2019-10-15 22:54:41 +00:00
LICENSE.md relicense to AGPLv3 2020-05-01 03:14:25 +00:00
README.md add export command (closes #2) 2019-10-15 21:59:34 +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 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.

@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:.