-
Notifications
You must be signed in to change notification settings - Fork 7
81 implement guild template api #90
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
Conversation
85c29bf
to
ea7091e
Compare
...ain/java/com/javadiscord/jdi/internal/api/guild_template/CreateGuildFromTemplateRequest.java
Outdated
Show resolved
Hide resolved
...rc/main/java/com/javadiscord/jdi/internal/api/guild_template/DeleteGuildTemplateRequest.java
Outdated
Show resolved
Hide resolved
api/src/main/java/com/javadiscord/jdi/internal/api/guild_template/DeleteGuildTemplate.java
Outdated
Show resolved
Hide resolved
...rc/main/java/com/javadiscord/jdi/internal/api/guild_template/DeleteGuildTemplateRequest.java
Outdated
Show resolved
Hide resolved
...rc/main/java/com/javadiscord/jdi/internal/api/guild_template/CreateGuildTemplateRequest.java
Outdated
Show resolved
Hide resolved
7420dcc
to
d46a8a4
Compare
@@ -31,7 +31,6 @@ public DiscordRequestBuilder create() { | |||
// entityMetadata (entity_metadata), scheduledEndTime are all required | |||
if (entityType.isPresent() && entityType.get() == 3) { | |||
if (entityMetadata.isEmpty() || scheduledEndTime.isEmpty()) { | |||
// TODO: replace with custom exceptions when implemented |
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.
dont remove this todo
// TODO: finish implementation | ||
// https://discord.com/developers/docs/resources/guild#integration-object |
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.
this is not done add it back
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.
revert
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.
revert
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.
revert
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.
revert
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.
revert
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.
revert
|
Closed in favour of #122 |
This pull requests introduces the guild template API.
closes #81