'Active' fork of EmoteManager bot; Discord bot that lets you manage server emotes
Go to file
Benjamin Mintz 7dd40ce0e5 make the support command dynamically create invites to reduce raids 2019-07-02 10:03:13 +00:00
cogs make the support command dynamically create invites to reduce raids 2019-07-02 10:03:13 +00:00
utils fix errors when timing out while resizing 2019-06-10 23:42:44 +00:00
.gitignore gitignore: ignore nano swap files 2018-07-29 23:02:45 -05:00
README.md Create README.md 2018-08-15 15:34:57 -05:00
bot.py set dpy logger to INFO 2019-06-04 03:08:44 +00:00
config.example.py make the support command dynamically create invites to reduce raids 2019-07-02 10:03:13 +00:00
requirements.txt migrate to d.py 1.0.1 2019-04-20 20:28:01 +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.

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