transaction Name fix

This commit is contained in:
Kwoth 2017-04-08 17:48:54 +02:00
parent b3f6b4473b
commit 57e9c62b11

View File

@ -152,7 +152,7 @@ namespace NadekoBot.Modules.Gambling
.ConfigureAwait(false);
await CurrencyHandler.AddCurrencyAsync(entry.AuthorId,
$"Shop error refund - {entry.Name}",
$"Shop sell item - {entry.Name}",
GetProfitAmount(entry.Price)).ConfigureAwait(false);
}
catch