-
Notifications
You must be signed in to change notification settings - Fork 152
Information configuration #679
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
base: master
Are you sure you want to change the base?
Conversation
…onfig" to "net.hypixel.api.config"
@ConnorLinfoot what do you think about this code? |
@@ -0,0 +1,3 @@ | |||
HYPIXEL_API_KEY=71eb4b26-73b4-4d5b-9952-b078d76543f4 | |||
HYPIXEL=f7c77d99-9f15-4a66-a87d-c4a51ef30d19 | |||
GUILD_ID=53bd67d7ed503e868873eceb |
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.
I would add an ending line here 😄
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.
Regarding the overall formatting an editorconfig would be great to keep the non star imports forever instead of having this be configured on each machine on their own.
…ion for missing values
Okay. so I added .editorconfig file & added ending line. Thanks dude for information |
In this branch was added feature for configuration. I know this code isn't exactly brilliant, but I believe you will like it.