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