This commit is contained in:
Laura Hausmann 2023-01-23 17:48:28 +01:00
parent 65bf58731f
commit 39617a58a8
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -7,7 +7,7 @@ using static TdLib.TdApi;
using static tgcli.tgcli;
namespace tgcli {
public class Util {
public static class Util {
public static class Ansi {
public const string ResetAll = "\x1B[0m";
public const string Red = "\x1b[31m";