Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
Update Sender.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtomczyk authored Jan 21, 2021
1 parent 1e25e3f commit e4568ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Sender.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Sender {
this.api_version = config.api_version
this.api_url = this.config.api_url || `https://graph.facebook.com/${this.api_version}/me/messages?access_token=${this.access_token}`
this.setting_url = this.config.setting_url || `https://graph.facebook.com/${this.api_version}/me/messenger_profile?access_token=${this.access_token}`
this.natural_typing = config.natural_typing || true
this.natural_typing = false
this.natural_typing_speed = config.natural_typing_speed || 50
this.typing = new Typer(config, emitter)
this.emitter = emitter
Expand Down

0 comments on commit e4568ef

Please sign in to comment.