mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 10:48:26 -04:00
- Reworked embed builder
- Use IEmbedBuilderService to create embed builders - Wrapped embed builder and using IEmbedBuilder
This commit is contained in:
@@ -69,7 +69,7 @@ namespace NadekoBot.Modules.Administration
|
||||
return Format.Bold(x);
|
||||
}));
|
||||
|
||||
await ctx.Channel.SendConfirmAsync(Format.Bold(GetText("log_events")) + "\n" +
|
||||
await SendConfirmAsync(Format.Bold(GetText("log_events")) + "\n" +
|
||||
str)
|
||||
.ConfigureAwait(false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user