Skip to content

Commit

Permalink
Update twitter-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CLeopard99 authored Sep 7, 2020
1 parent 536ecb7 commit 31c5a5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions twitter-config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const twit = require("twit");

module.exports = new twit({
consumer_key: "rKzYzAspnNMnso3eSCFA9U60U",
consumer_secret: "paKc4ZkdjBW2vaXJAql130HS6EITedTqf4QAnPShmlseOz3tlj",
access_token: "1299461984899956738-Akp5LxEdxtuw2x1krBRcB4ebtj72BR",
access_token_secret: "jvt4YHRbVFcjbDtRR1QQymTm42SAsi7W6pDKZ7Vd7ga1P",
consumer_key: "XXXXXXXX",
consumer_secret: "XXXXXXXX",
access_token: "XXXXXXXX",
access_token_secret: "XXXXXXXX",
});

0 comments on commit 31c5a5e

Please sign in to comment.