onBanAdd
1client.banAddCommand({2    name: "Guild Bans",3    channel: "$channelId",4    code: `5        $log[A member was banned!]6    `7});1module.exports = {2    name: "Guild Bans",3    channel: "$channelId",4    type: "banAdd",5    code: `6        $log[A member was banned!]7    `8};