Skip to content

Commit

Permalink
remove setting commands
Browse files Browse the repository at this point in the history
  • Loading branch information
milosz08 committed Jun 6, 2024
1 parent c55d294 commit cb3c088
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 291 deletions.
22 changes: 0 additions & 22 deletions src/main/kotlin/pl/jwizard/core/api/AbstractSettingsCmd.kt

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions src/main/kotlin/pl/jwizard/core/api/settings/SetDjRoleNameCmd.kt

This file was deleted.

21 changes: 0 additions & 21 deletions src/main/kotlin/pl/jwizard/core/api/settings/SetLocaleCmd.kt

This file was deleted.

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions src/main/kotlin/pl/jwizard/core/api/settings/SetSkipRatioCmd.kt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions src/main/kotlin/pl/jwizard/core/command/BotCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,6 @@ enum class BotCommand(
SHOWMYPL("showmypl"),
SHOWPLSONGS("showplsongs"),

// settings
SETAUDIOCHN("setaudiochn"),
SETDJROLE("setdjrole"),
SETLOCALE("setlocale"),
SETTRACKREP("settrackrep"),
SETDEFVOL("setdefvol"),
SETSKRATIO("setskratio"),
SETCCHOSSNG("setcchossng"),
SETRCHOSSNG("setrchossng"),
SETTCHOSSNG("settchossng"),
SETTIMEVOT("settimevot"),
SETTLEAVEM("settleavem"),
SETTLEAVETR("settleavetr"),

// vote
VCLEAR("vclear"),
VSHUFFLE("vshuffle"),
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/pl/jwizard/core/command/CommandModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ enum class CommandModule(val moduleName: String) {
MUSIC("music"),
PLAYLIST("playlist"),
VOTING("voting"),
SETTINGS("settings"),
;

companion object {
Expand Down
2 changes: 0 additions & 2 deletions src/main/kotlin/pl/jwizard/core/i18n/I18nResLocale.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ enum class I18nResLocale(

// playlist commands

// settings commands

// vote commands
VOTE_SUFFLE_QUEUE("pl.jwizard.response.voteShuffleQueue"),
SUCCESS_VOTE_SUFFLE_QUEUE("pl.jwizard.response.successVoteShuffleQueue"),
Expand Down

0 comments on commit cb3c088

Please sign in to comment.