-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add Dashboard API; Begin Integration of Configs #1256
Conversation
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.
Looks great!
@@ -1,3 +1,4 @@ | |||
import { initializeMember } from '#root/lib/util/functions/initialize'; |
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.
Change to #utils/functions/initialize
@@ -1,3 +1,4 @@ | |||
import { initializeMember } from '#root/lib/util/functions/initialize'; |
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.
Change to #utils/functions/initialize
src/listeners/ready.ts
Outdated
@@ -1,7 +1,8 @@ | |||
import { CONTROL_GUILD, DEV, TOKENS, VERSION } from '#root/config'; | |||
import { CONTROL_GUILD, DEV, INIT_ALL_MEMBERS, INIT_ALL_USERS, TOKENS, VERSION } from '#root/config'; | |||
import { initializeGuild, initializeMember, initializeUser } from '#root/lib/util/functions/initialize'; |
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.
Change to #utils/functions/initialize
No description provided.