Skip to content

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

Closed
wants to merge 8 commits into from

Conversation

notyourhabibti
Copy link

@notyourhabibti notyourhabibti commented May 5, 2024

This pull requests introduces the guild template API.

closes #81

@notyourhabibti notyourhabibti force-pushed the 81-Implement-Guild-Template-API branch from 85c29bf to ea7091e Compare May 5, 2024 10:56
surajkumar
surajkumar previously approved these changes May 5, 2024
@notyourhabibti notyourhabibti force-pushed the 81-Implement-Guild-Template-API branch from 7420dcc to d46a8a4 Compare May 5, 2024 17:49
@@ -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
Copy link
Member

Choose a reason for hiding this comment

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

dont remove this todo

Comment on lines -10 to -11
// TODO: finish implementation
// https://discord.com/developers/docs/resources/guild#integration-object
Copy link
Member

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

Copy link
Member

Choose a reason for hiding this comment

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

revert

Copy link
Member

Choose a reason for hiding this comment

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

revert

Copy link
Member

Choose a reason for hiding this comment

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

revert

Copy link
Member

Choose a reason for hiding this comment

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

revert

Copy link
Member

Choose a reason for hiding this comment

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

revert

Copy link
Member

Choose a reason for hiding this comment

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

revert

Copy link

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@surajkumar
Copy link
Contributor

Closed in favour of #122

@surajkumar surajkumar closed this May 23, 2024
@surajkumar surajkumar deleted the 81-Implement-Guild-Template-API branch May 24, 2024 12:26
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.

Implement Guild Template API
3 participants