transaction Name fix
This commit is contained in:
parent
b3f6b4473b
commit
57e9c62b11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user