Skip to content

Conversation

@Wikijito7
Copy link
Owner

Solves #issue1, #issue2, #issuen.

📋 Changelist Summary

Small description of this PR.

💬 Description

A longer description of this PR.

🐞 Steps to reproduce bug

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

📷 Media

Add media if applies.

ℹ️ Extra info

Extra information of this PR, if any.

@Wikijito7 Wikijito7 linked an issue Jun 21, 2025 that may be closed by this pull request
@Wikijito7 Wikijito7 force-pushed the feature/46-create-radio-group-command branch from 1e9231b to 535a6cd Compare June 21, 2025 10:31
@@ -0,0 +1,50 @@
package es.wokis.commands.radio

import dev.kord.core.Kord

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:import-ordering reported by reviewdog 🐶
Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
11.5% Coverage on New Code (required ≥ 50%)

See analysis details on SonarQube Cloud

val maxPage: Int,
@SerialName("radios")
val radios: List<RadioDTO>
) No newline at end of file

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:final-newline reported by reviewdog 🐶
File must end with a newline (\n)

currentTrack = it
}
player.startTrack(
/* track = */ currentTrack.audioTrack,

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:comment-wrapping reported by reviewdog 🐶
A block comment may not be followed by any other element on that same line

}
player.startTrack(
/* track = */ currentTrack.audioTrack,
/* noInterrupt = */ true

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:comment-wrapping reported by reviewdog 🐶
A block comment may not be followed by any other element on that same line

val customName: String? = null,
val customFavicon: String? = null,
val audioTrack: AudioTrack
) No newline at end of file

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:final-newline reported by reviewdog 🐶
File must end with a newline (\n)

}

override suspend fun onAutoComplete(interaction: AutoCompleteInteraction) {

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:no-blank-line-before-rbrace reported by reviewdog 🐶
Unexpected blank line(s) before "}"

}

override suspend fun onAutoComplete(interaction: AutoCompleteInteraction) {

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:no-empty-first-line-in-method-block reported by reviewdog 🐶
First line in a method block should not be empty

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.

Create /radio group command

2 participants