Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
var name missing, causing crash
  • Loading branch information
Alex Rutherford committed Sep 21, 2016
1 parent 5ac9a99 commit 36111a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified TwitterBot.exe
Binary file not shown.
10 changes: 5 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"giveaway"
],
"IgnoreKeywords": [],
"ConsumerKey": "",
"ConsumerSecret": "",
"AccessToken": "",
"AccessSecret": "",
"ConsumerKey": "Your Consumer Key",
"ConsumerSecret": "Your Consumer Secret",
"AccessToken": "Your Access Token",
"AccessSecret": "Your Access Secret",
"LastTweetId": 0,
"TweetDelay": 30000
"TweetDelay": 60000
}

0 comments on commit 36111a1

Please sign in to comment.