Add time switch was moved to to success message
This commit is contained in:
parent
108dbb9cc6
commit
740d9c6fbe
@ -105,7 +105,7 @@ namespace PluralKit.Bot
|
|||||||
|
|
||||||
// aaaand *now* we do the move
|
// aaaand *now* we do the move
|
||||||
await _repo.MoveSwitch(conn, lastTwoSwitches[0].Id, time.ToInstant());
|
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)
|
public async Task SwitchDelete(Context ctx)
|
||||||
|
Loading…
Reference in New Issue
Block a user