-
Notifications
You must be signed in to change notification settings - Fork 176
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
Update discord.js and electron & prettier code #231
Conversation
I'm going to need to do some testing, but thanks for doing all this work! This looks very promising (as per usual @Xaliks) |
Okay I'm testing it. I noticed that all the members in the list appear offline, and I can't set the playing/watching/listening status. Are these working on your end? |
Okay I found the issue, it was with the limit that was added to stop Livebot from lagging. Idk how, but it was just an if statement.. If you had too many members, none were displayed... I've updated it now to show only the first 100 members for each role, and it works now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice optimizations and formatting fixes :)
Prettier
.js :
prettier --write "**/*.js" --single-quote --tab-width=4
.html .css
prettier --write "**/*.{css,html}" --tab-width=4
Discord.js
Updated discord.js to 14.9.0
Created custom
<User|Channel>._typing
caching