mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-13 10:02:15 +00:00
Add missing var in the example configuration
This commit is contained in:
@@ -13,3 +13,4 @@ bot_token = BOT_TOKEN
|
|||||||
[twilio]
|
[twilio]
|
||||||
account_sid = TWILIO_ACCOUNT_SID
|
account_sid = TWILIO_ACCOUNT_SID
|
||||||
auth_token = TWILIO_AUTH_TOKEN
|
auth_token = TWILIO_AUTH_TOKEN
|
||||||
|
from_number = +12345678901
|
||||||
Reference in New Issue
Block a user