We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca57aa commit c7f63b6Copy full SHA for c7f63b6
test/test.js
@@ -1,13 +1,5 @@
1
const snoowrap = require("snoowrap");
2
const creds = require("../oauth_info.json");
3
-
4
-// const creds = {
5
-// "client_id": "7kamBn3K5RlZqg",
6
-// "client_secret":"Z3K07R_o1IvpsPLdhRDGkt-K6tU",
7
-// "user_agent": "A bot for finding the latest sneaker deals",
8
-// "refresh_token" : "41811051-sstmw1mb4nWOmarX_YnlZx6VltQ",
9
-// "access_token" : "41811051-11SatmLC2waVMqDVklRSje59R5o"
10
-// }
11
12
const Reddit = new snoowrap({
13
userAgent: creds.user_agent,
@@ -33,4 +25,4 @@ const callDeal = async() => {
33
25
console.log(speechText);
34
26
};
35
27
36
-callDeal();
28
+callDeal();
0 commit comments