1client.applicationCommandPermissionsUpdateCommand({2 name: "Application Command Permissions Update",3 channel: "$channelId",4 code: `5 $log[$oldApplicationCmd[permissions] just updated to $newApplicationCmd[permissions]!]6 `7});
1module.exports = {2 name: "Application Command Permissions Update",3 channel: "$channelId",4 type: "applicationCommandPermissionsUpdate",5 code: `6 $log[$oldApplicationCmd[permissions] just updated to $newApplicationCmd[permissions]!]7 `8};