Replaced access to .Context with .ctx

This commit is contained in:
Kwoth
2021-09-06 21:34:52 +02:00
parent 3c33c55dda
commit 42d623b696
19 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -375,7 +375,7 @@ namespace NadekoBot.Modules.NSFW
public Task NsfwClearCache()
{
_service.ClearCache();
return Context.OkAsync();
return ctx.OkAsync();
}
[NadekoCommand, Aliases]