Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
freya022 committed Oct 15, 2024
1 parent 2359285 commit b92eea7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import net.dv8tion.jda.api.entities.emoji.EmojiUnion;
import net.dv8tion.jda.api.requests.RestAction;

import javax.annotation.CheckReturnValue;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;

Expand All @@ -38,6 +39,7 @@ default String getUrl()
return String.format(SOUND_URL, getId());
}

@Nonnull
String getName();

double getVolume();
Expand All @@ -54,5 +56,6 @@ default String getUrl()
User getUser();

@Nonnull
@CheckReturnValue
RestAction<Void> sendTo(AudioChannel channel);
}

0 comments on commit b92eea7

Please sign in to comment.