1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-10 07:53:15 +03:00

Fix "successfuly" and message designer not updating

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-07-09 20:00:06 +05:00
parent c6eb0a44b9
commit e6a3ca23ed
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
4 changed files with 875 additions and 1337 deletions

View file

@ -143,7 +143,7 @@ public class SettingsCommandGroup : CommandGroup {
.Append($" {Messages.SettingIsNow} ")
.Append(Markdown.InlineCode(value));
var embed = new EmbedBuilder().WithSmallTitle(Messages.SettingSuccessfulyChanged, currentUser)
var embed = new EmbedBuilder().WithSmallTitle(Messages.SettingSuccessfullyChanged, currentUser)
.WithDescription(builder.ToString())
.WithColour(ColorsList.Green)
.Build();