Since discord developers added intents system I'm unable to get all members from guild using token of my own account. Is it possible now?
I want to get the value of a field (ScenarioID) in a Ruby ActivityChart object (chart). Displaying the whole chart shows the value I want: 16
I have 3 type of users salesman => has many buyers buyer => has many agents agent has none child so I want to list all the buyers associate with that sale
Suppose I have an abstract class called Data: public abstract class Data{ } And 2 derived classes Data1 and Data2. public Data1 extends Data{ private i