Skip to content

tgcf 0.2.6

Compare
Choose a tag to compare
@aahnik aahnik released this 11 Jun 13:44
· 106 commits to main since this release
eb4bee1

This release brings two main changes

  • Enhanced logging

    • show system version/os/architecture info
    • use pyfiglet for a beautiful topper
    • use rich for beautified logs + rich tracebacks with syntax highlighting
    • use verlat for checking if you are running the latest version of tgcf. If not, prints a message
      image
  • allow commands when deployed as userbot. (for tgcf in live mode)

    • The commands [start,forward,remove,help] were available only when deployed as a bot.
    • Now with the new version, /start for bot is equivalent to .start for userbot (send in Saved Messages).
      similarly for the other commands.