示例#1
0
        public async Task AddDkpRole(CommandContext ctx, ulong roleId)
        {
            await _configService.AddModuleManagerRole(ctx.Guild.Id, roleId, WowTrackerModule.DkpModule);

            await ctx.Message.AddConfirmation();
        }