'Active' fork of EmoteManager bot; Discord bot that lets you manage server emotes
Go to file
Io Mintz 319456e9de cogs/emotes: support customizing more aspects of the HTTP stuff 2019-09-19 20:45:47 +00:00
cogs cogs/emotes: support customizing more aspects of the HTTP stuff 2019-09-19 20:45:47 +00:00
utils fix some discord.NotFound errors in paginator 2019-08-05 15:40:40 +00:00
.gitignore gitignore: ignore nano swap files 2018-07-29 23:02:45 -05:00
README.md add zip/tar archive support 🎉 2019-08-04 10:15:59 +00:00
bot.py migrate to bot_bin 1.0.0 2019-09-05 22:39:46 +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:.