mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
fix(entertainment): golang regexp, add golang to /cooldowns output
This commit is contained in:
@@ -41,7 +41,7 @@ public class Common : BotEventHandler
|
||||
return;
|
||||
}
|
||||
|
||||
var cds = new[] { "python", "javascript" };
|
||||
var cds = new[] { "python", "javascript", "golang" };
|
||||
|
||||
var msg = new HtmlString().Bold("Кулдауны:").Br();
|
||||
foreach (var cd in cds)
|
||||
|
||||
Reference in New Issue
Block a user