pineafan | 3276721 | 2022-03-14 21:27:39 +0000 | [diff] [blame^] | 1 | const {addLog} = require('../scripts/addLogs'); |
2 | const JsonDiff = require('json-diff'); | ||||
3 | module.exports = { | ||||
4 | name:'guildIntegrationsUpdate', | ||||
5 | once:false, | ||||
6 | async execute(args) { | ||||
7 | |||||
8 | } | ||||
9 | } |