'Active' fork of EmoteManager bot; Discord bot that lets you manage server emotes
Go to file
io mintz 6ebebe5045 move data to data/ 2020-05-13 00:28:02 +00:00
cogs add copyright headers to all files 2020-05-12 23:56:06 +00:00
data move data to data/ 2020-05-13 00:28:02 +00:00
utils add copyright headers to all files 2020-05-12 23:56:06 +00:00
.gitignore move data to data/ 2020-05-13 00:28:02 +00:00
LICENSE.md relicense to AGPLv3 2020-05-01 03:14:25 +00:00
README.md add copyright headers to all files 2020-05-12 23:56:06 +00:00
bot.py move data to data/ 2020-05-13 00:28:02 +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:.

License

AGPLv3, see LICENSE.md. © 20182020 io mintz io@mintz.cc