using Discord.Commands; // Keep in mind your module **must** be public and inherit ModuleBase. // If it isn't, it will not be discovered by AddModulesAsync! public class InfoModule : ModuleBase<SocketCommandContext> { }