Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some emojis are not rendered in help command #341

Closed
thatkookooguy opened this issue Nov 4, 2020 · 4 comments
Closed

Some emojis are not rendered in help command #341

thatkookooguy opened this issue Nov 4, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@thatkookooguy
Copy link

To Reproduce

Steps to reproduce the behavior:
Run the bot locally on any machine (windows, linux, docker, etc.)
Add it to a server
run *help

Expected behavior

Should show the exact same help embed that the hosted Atlanta bot shows

Screenshots

Result when running locally

image

embed

image

Further details:

  • atlanta version: 4.8.0
  • discord.js version: ^12.2.0
  • Node.js version: node:12
  • Operating system: linux

Additional context

I guess an additional step that I should do in Discord is missing from the Getting Started guide (I don't mind contributing and adding it myself). Maybe adding the emojis somewhere (guild?). not sure.

Can you please let me know what I should do do either create my own discord emojis for the bot or use the original atlanta-bot icons?

The same problem happens with the 'processing icon':
show-bug

@booleans-oss
Copy link

You need to add the emojis by yourself: However, it means that you need to change every id in the custom emojis file in order to have emojis that actually work. (you can find the emojis by using Discord's CDN and going to the url https://cdn.discordapp.com/emojis/{emoji_id}.png.

I worked on this issue, in order to have a self-update custom emojis system but the main problem was that there are more than 50 emojis in that file. Therefore, you would have to upload the custom emojis locally in different servers if you want every one of them to be up and running correctly.

@Androz2091
Copy link
Owner

@Androz2091 Androz2091 changed the title BUG: No emojis when running locally Some emojis are not rendered in help command Dec 3, 2020
@Androz2091 Androz2091 added the bug Something isn't working label Dec 3, 2020
@Androz2091
Copy link
Owner

Some emojis are indeed missing in the help command. They will be added.

@Androz2091
Copy link
Owner

They have been added 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants