1import { Patch } from "@moonlight-mod/types"; 2 3export const patches: Patch[] = [ 4 { 5 find: "isStaffEnv:", 6 replace: { 7 match: /.\.isStaff\(\)/, 8 replacement: "!0" 9 } 10 } 11];