.serverinfo improved, updated changelog, added seconds to .convert

This commit is contained in:
Kwoth
2024-05-03 06:29:08 +00:00
parent 96ad5516d3
commit 6327e242ca
7 changed files with 75 additions and 61 deletions

View File

@@ -422,8 +422,7 @@ public class XpService : INService, IReadyExecutor, IExecNoCommand
return;
await _sender.Response(chan)
.Confirm(
_strings.GetText(strs.level_up_global(user.Mention,
.Confirm(_strings.GetText(strs.level_up_global(user.Mention,
Format.Bold(newLevel.ToString())),
guild.Id))
.SendAsync();