-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In questo modo, si potrà inserire facilmente il TOKEN del bot.
- Loading branch information
MarcoBuster
committed
Oct 18, 2016
1 parent
dd5801f
commit 9613c83
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
''' | ||
Prima di avviare il bot, devi modificare questo file | ||
Per avere il token del bot, bisogna: | ||
1. Avviare il bot @BotFather | ||
2. Eseguire il comando /newbot e seguire le istruzioni | ||
3. Copiare il token inviato da @BotFather | ||
Una volta fatto, incollare il token al posto di INSERT YOUR TOKEN HERE | ||
''' | ||
|
||
TOKEN = "INSERT YOUR TOKEN HERE" |