Groove-Theory / Groove-Theory/Groovebot

Command Queue on Cooldown

Open
#141 0 comments 0 reactions 0 assignees View on GitHub
requirements needed
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Queue for commands to prevent spam-lock

something like this -> https://stackoverflow.com/a/899133

I don't think we need to convert to promises. I think we can just store in an array?

https://github.com/caolan/async#queue??

We should implement a cooldown first before queueing

We could mix in this cooldown -> https://stackoverflow.com/questions/48432102/discord-js-cooldown-for-a-command-for-each-user-not-all-users

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or entry points are named. Start by locating command handling, then clarify the cooldown and queue behavior, including per-user scope, before defining tests that show spam is prevented and queued commands are processed correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.