Show currency sign when taking, #403

This commit is contained in:
Kwoth 2016-07-14 05:15:06 +02:00
parent bce1864261
commit 0aca439ddb

View File

@ -43,7 +43,7 @@ namespace NadekoBot.Classes
Value = -amount,
});
await u.SendMessage("👎`Bot owner has taken:" + amount + " from you.`").ConfigureAwait(false);
await u.SendMessage($"👎`Bot owner has taken:{amount}{NadekoBot.Config.CurrencySign} from you.`").ConfigureAwait(false);
return true;
}
}