PeterAlfonsLoch / emoji-er

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<style> table { font-family: arial, sans-serif; border-collapse: collapse; width: 100%; }

td, th { border: 1px solid #4cd964; text-align: left; padding: 8px; }

tr:nth-child(even) { background-color: #dddddd; } </style>

Emoji-er

The basic premise of this bot is to simply bring a standard nitro feature to all members of your server; use emojis from other servers. This bot is used both for grabbing and sending the emojis, as adding it to your server and registering it in the list will allow your servers emojis to be used with the bot in other peoples servers.

The command syntax for the bot is similar to that of the discord emoji syntax (:emojiname:) wher as the bot works as :emoji.command:

For sending emojies, instead, you'll need to do :[server].[emoticon]:, you can use them exactly like normal emoticons

Simple Commands

Name Usage Description Example
help :emoji.help: Returns help
ping :emoji.ping: Returns pong
list :emoji.list: <server> The bot will respond with a list of usable emojis from the server

:emoji.list: fruit

:emoji.list: ca

servers :emoji.servers: The bot will respond with a list of servers with emojis you can use
status :emoji.status: The bot will respond with your servers current settings

Admin Commands

Name Usage Description Example
modrole :emoji.modrole: {add,remove,clear,auto,list} [RoleMention] used to manage what roles can use admin commands

:emoji.modrole: add @coolguys

:emoji.modrole: remove @coolguys

:emoji.modrole: clear

:emoji.modrole: auto

:emoji.modrole: list

register :emoji.register: <name> registers your server to the list of servers that allow its emojis to be used in other servers.
The name must be a single word of less than 10 characters
:emoji.register: fruit
unregister :emoji.unregister: removes your server from the list of servers that allow its emojis to be used in other servers
toggle :emoji.toggle: toggles allowing all other servers emojis to be used in your server

enable :emoji.enable: <server> allows a specific servers emojis to be used in your server (theyre all on by default)

:emoji.enable: fruit

:emoji.enable: ca

disable :emoji.disable: <prefix> disables a specific servers emojis to be used in your server

:emoji.disable: fruit

:emoji.disable: ca

About

License:GNU General Public License v3.0


Languages

Language:Java 100.0%