NachoToast / NachoToast/Jukebot
Loop Command
Open
Nobody has claimed this yet.
enhancement
hard
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
/loop <type: 'all' | 'one' | 'off'> Loops the queue ('all'), current song ('one'), or nothing ('off').
- Can only be used if the invoker is in the same voice channel as the bot.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the /loop command entry point and trace how queue and current-song controls are handled. Implement all, one, and off, enforcing that the invoker shares the bot's voice channel; done means each mode behaves as specified and rejects users in another channel.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100