Closed lyssieth closed 7 years ago
An error with the await commandService.AddPermissionsService(client, configstore, map); bit of code, as it doesn't work for me, when translated to the way I have it set up.
await commandService.AddPermissionsService(client, configstore, map);
Image of my problem provided.
Are you on the latest version? The extension method was added in 0.7.13-a
0.7.13-a
Yes, I am on 0.7.13-a.
Weird. Can you update to 0.7.15-a which I pushed just earlier?
0.7.15-a
It works now. Thanks.
An error with the
await commandService.AddPermissionsService(client, configstore, map);
bit of code, as it doesn't work for me, when translated to the way I have it set up.Image of my problem provided.