Discord Bot ( using C# ) does not execute the command
问题 I wrote a Discord Bot. It's developed with C#. My command list is filled, the command value receives this list. But the command does not execute the code when calling it. My prefix char is '!' followed by the command. My base class looks this: public class Bot { string token = "#######################"; // my Token CommandService command; // The commands holder EventController eventController = new EventController(); // event class CommandController commandController = new CommandController()