Show currency sign when taking, #403
This commit is contained in:
parent
bce1864261
commit
0aca439ddb
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user