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

added private constructor to util classes and typos fixed #12

Open
wants to merge 2 commits into
base: v5.0.0
Choose a base branch
from

Conversation

yungcemic
Copy link

No description provided.

@@ -89,7 +89,7 @@ public void registerSlashCommand(SlashBox box) {
Guild guild = api.getGuildById(guildId);
if (guild != null) {
guild.upsertCommand(data).queue();
} if (KCommando.verbose) {
} else if (KCommando.verbose) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what?

Copy link
Author

@yungcemic yungcemic Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought you forgot to put else. for readable code conditions must start on a new line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants