Consider deprecating `PartyType` enum
shiftinv opened this issue · 0 comments
shiftinv commented
The PartyType
enum contains IDs of voice activities, which aren't documented in any official capacity. New activities get added/removed constantly, so keeping up with maintaining that list is rather difficult.
Lines 256 to 260 in c62831e
Since the introduction of this enum, activities have been released officially (the date on that post isn't accurate).
If anything, providing activities should really be more of a bot's responsibility, not the library's, so we should consider deprecating and removing this enum.