Exemplo n.º 1
0
        internal string RoundTimeLeftMessage()
        {
            TimeSpan left = RoundStart.Add(cfg.RoundTime) - DateTime.UtcNow;

            return("&3" + left.Shorten(true) + " &Suntil the round ends.");
        }
Exemplo n.º 2
0
        internal string FloodTimeLeftMessage()
        {
            TimeSpan left = RoundStart.Add(cfg.FloodTime) - DateTime.UtcNow;

            return("&3" + left.Shorten(true) + " %Suntil the flood.");
        }