blob: 56affc44939d5a5f7a1a355d246e3b3e9accb13c [file] [log] [blame]
pineafan32767212022-03-14 21:27:39 +00001const {addLog} = require('../scripts/addLogs');
2const JsonDiff = require('json-diff');
3module.exports = {
4 name:'webhookUpdate',
5 once:false,
6 async execute(args) {
7
8 }
9}