-
-
Notifications
You must be signed in to change notification settings - Fork 316
Soundboard #2331
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?
Soundboard #2331
Conversation
akiraveliara
left a comment
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.
in addition to the other comments, please ensure xmldocs in DiscordSoundboardSound are complete sentences and terminated properly - in particular, the skipCache documentation does not at all clarify what the parameter does without background knowledge.
| internal sealed record RestModifySoundboardSoundPayload | ||
| { | ||
| [JsonProperty("name")] | ||
| public required string Name { get; init; } | ||
|
|
||
| [JsonProperty("volume")] | ||
| public Optional<double>? Volume { get; init; } | ||
|
|
||
| [JsonProperty("emoji_id")] | ||
| public Optional<ulong>? EmojiId { get; init; } | ||
|
|
||
| [JsonProperty("emoji_name")] | ||
| public Optional<string>? EmojiName { get; init; } |
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.
should go into its own file
| await this.rest.ExecuteRequestAsync(request); | ||
| } | ||
|
|
||
| internal async ValueTask<DiscordSoundboardSound> GetGuildSoundboardSoundAsync(ulong guildId, ulong soundId) |
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.
please make these methods public
|
Aki, thanks for the review but the pr is highly wip and therefore a draft |
|
Maybe i should have put that in the description |
39036f5 to
91263db
Compare
No description provided.