ShindouMihou/Velen

Add a HybridEvent

Closed this issue · 0 comments

  • Combine SlashEvent and nomal Event
  • Only one listener (Use the new argument extraction to allow getting arguments for normal events)

This would allow making Hybrid commands way easier. Instead of having to create two "listeners" for the same command, it would allow to reduce duplicate code and put both in one listener.