necordjs/necord

Collectors

wolffparkinson opened this issue · 3 comments

Feature

DJS collectors for :

  • Message Collector
  • Interaction Collector
  • Reaction Collector

Ideal solution or implementation

abstract class :

  • InteractionCollector
  • MessageCollector
  • ReactionCollector

methods on these classes

  • onCollect
  • onFilter

using interceptors, intercept the interactions/events and pass them to relevant contexts and methods

Alternative solutions or implementations

decorators based approach :

  • InteractionCollector
  • MessageCollector
  • ReactionCollector

Other context

No response

Image from Discord Thread

image

Let`s track it here: #728

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.