We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb29271 + 42de9e8 commit e7c1210Copy full SHA for e7c1210
1 file changed
webhook.js
@@ -1,8 +1,7 @@
1
-/**
2
- * Git + Facebook Webhook API
3
- * Created by: Chaelgutierrez
4
- */
5
-("use strict");
+// Git + Facebook Webhook API
+// Created by: Chaelgutierrez, Mharchicano
+
+"use strict";
6
7
require("dotenv").config();
8
const login = require("facebook-chat-api");
0 commit comments