- Renamed CustomReaction model to NadekoExpression

- Used structured logging everywhere
This commit is contained in:
Kwoth
2022-01-04 07:35:55 +01:00
parent ef49030841
commit 3aa6a54b6e
30 changed files with 330 additions and 300 deletions

View File

@@ -10,7 +10,7 @@ public static class NadekoExpressionExtensions
=> str.Replace("%bot.mention%", client.CurrentUser.Mention, StringComparison.Ordinal);
public static async Task<IUserMessage> Send(
this CustomReaction cr,
this NadekoExpression cr,
IUserMessage ctx,
DiscordSocketClient client,
bool sanitize)