mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2026-03-03 14:49:38 -05:00
Replaced access to .Context with .ctx
This commit is contained in:
@@ -375,7 +375,7 @@ namespace NadekoBot.Modules.NSFW
|
||||
public Task NsfwClearCache()
|
||||
{
|
||||
_service.ClearCache();
|
||||
return Context.OkAsync();
|
||||
return ctx.OkAsync();
|
||||
}
|
||||
|
||||
[NadekoCommand, Aliases]
|
||||
|
||||
Reference in New Issue
Block a user