ZerioDev / Music-bot

A complete code to download for a cool Discord music bot !
https://discord.gg/5cGSYV8ZZj
GNU General Public License v3.0
892 stars 1.09k forks source link

Emoji #341

Closed FallenSankta closed 3 days ago

FallenSankta commented 3 days ago

tried switching the emojis using the format <:emoji-name:emoji-id>, but instead it just

emojis:{
        'back': '<:emoji-name:emoji-id>',
.....

yet the buttons keep showing as "<:emoji-name:emoji-id>" instead of the emoji

Johannes7k75 commented 3 days ago

A label cant use an guild emoji, you can just use the normal emojis. If you want to use guild emojis for a button you have to use .setEmoji() on a button.

FallenSankta commented 3 days ago

thanks for the help