Security update
-
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