mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
part 3 of the response rework
This commit is contained in:
@@ -90,10 +90,10 @@ public partial class Utility
|
||||
res = Math.Round(res, 4);
|
||||
|
||||
await Response()
|
||||
.Confirm(GetText(strs.convert(value,
|
||||
.Confirm(strs.convert(value,
|
||||
originUnit.Triggers.Last(),
|
||||
res,
|
||||
targetUnit.Triggers.Last())))
|
||||
targetUnit.Triggers.Last()))
|
||||
.SendAsync();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user