From 15f186930e859cf391ece46b9b48498813aa0945 Mon Sep 17 00:00:00 2001 From: Ben Mintz Date: Wed, 15 Aug 2018 15:34:57 -0500 Subject: [PATCH] Create README.md --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..09b821c --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Emote Manager + +[![Discord Bots](https://discordbots.org/api/widget/status/473370418007244852.svg?noavatar=true)](https://discordbots.org/bot/473370418007244852) + +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: +

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