Add time switch was moved to to success message

This commit is contained in:
Emily 2020-10-23 14:44:43 +02:00
parent 108dbb9cc6
commit 740d9c6fbe
No known key found for this signature in database
GPG Key ID: F513153B4D75B411

View File

@ -105,7 +105,7 @@ namespace PluralKit.Bot
// aaaand *now* we do the move
await _repo.MoveSwitch(conn, lastTwoSwitches[0].Id, time.ToInstant());
await ctx.Reply($"{Emojis.Success} Switch moved.");
await ctx.Reply($"{Emojis.Success} Switch moved to {newSwitchTimeStr} ({newSwitchDeltaStr} ago).");
}
public async Task SwitchDelete(Context ctx)