Galarzaa90 / NabBot

Discord bot for Tibia servers
https://nabbot.xyz
Apache License 2.0
52 stars 25 forks source link

Configurable custom emojis #101

Closed Galarzaa90 closed 6 years ago

Galarzaa90 commented 6 years ago

As some may know, all bots have the privilege of using emojis from any server they're in, like they had Nitro.

I want to add an emoji entry to config.yml where you can add entries for certain emojis.

emoji:
    - levelup: 🌟
    - death: ☠️
    - deathplayer: 💀
    - druid: ❄️
    - sorcerer: 🔥
    - paladin: 🏹
    - knight: 🛡️
    - checkmark: "<:greencheck:448645325918437376>"
    - cross: "<:redcheck:448645341659791360>"

In this case, checkmarks and crosses use a custom emoji, :greencheck: and :redcheck: respectively.

It's recommended to add NabBot to a server just for the custom emojis, to avoid changing the shortcuts, as they would break the reference.

Galarzaa90 commented 6 years ago

f974030 added the option to use custom emojis for /serverinfo

Galarzaa90 commented 6 years ago

Implemented in dev branch

For instructions on how to use, check: http://galarzaa90.gitlab.io/NabBot/customizing/config/#emojis