Skip to content

Security update

Compare
Choose a tag to compare
@shahriaarrr shahriaarrr released this 29 Aug 12:19
· 17 commits to master since this release
  • In the previous versions, you could put your bot token inside the program source, but this is dangerous in terms of security.

  • In this version, using the dotenv library, we made it possible to put the bot token code in the .env file and with Use the mentioned library to access that file.

  • You can check this file to learn how to insert the bot token in the .env file