mirror of
https://github.com/Jetsparrow/karmabot.git
synced 2026-01-21 00:56:09 +03:00
Better formatting for /currencies
Signed-off-by: Nikolay Kochulin <porez0xfeedface@gmail.com>
This commit is contained in:
parent
71a2328eb1
commit
1ee1abc672
@ -27,7 +27,7 @@ namespace JetKarmaBot.Commands
|
||||
{
|
||||
var currentLocale = Locale[db.Chats.Find(args.Message.Chat.Id).Locale];
|
||||
string resp = currentLocale["jetkarmabot.currencies.listtext"] + "\n" + string.Join("\n",
|
||||
db.AwardTypes.ToList().Select(x => $"{x.Symbol} ({x.CommandName}) - {currentLocale["jetkarmabot.awardtypes.nominative." + x.CommandName]}"));
|
||||
db.AwardTypes.ToList().Select(x => $"{x.Symbol} ({x.CommandName}) <i>{currentLocale["jetkarmabot.awardtypes.nominative." + x.CommandName]}</i>"));
|
||||
Client.SendTextMessageAsync(
|
||||
args.Message.Chat.Id,
|
||||
resp,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user