Skip to content

Commit

Permalink
[174] 42340, new you tab has been patched here :3
Browse files Browse the repository at this point in the history
  • Loading branch information
acquitelol committed Apr 9, 2023
1 parent 2f7dd66 commit c1a291b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified Tweaks/Flowercord/packages/flowercord_1.0.0_iphoneos-arm.deb
Binary file not shown.
2 changes: 1 addition & 1 deletion constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
IPA_FETCH_LINK: "https://cdn.discordapp.com/attachments/1085420899907412028/1092882978117517373/Discord_174.0_42188.ipa",
IPA_FETCH_LINK: "https://cdn.discordapp.com/attachments/1085420899907412028/1094377246808088786/Discord_174.0_42340.ipa",
ENMITY_LOADER: "Enmity.Debug.deb",
GET_PATCH_TYPE(predicate, inputArg, truePredicate, falsePredicate, fallback) {
const out = predicate(inputArg);
Expand Down
2 changes: 1 addition & 1 deletion constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
IPA_FETCH_LINK: "https://cdn.discordapp.com/attachments/1085420899907412028/1092882978117517373/Discord_174.0_42188.ipa",
IPA_FETCH_LINK: "https://cdn.discordapp.com/attachments/1085420899907412028/1094377246808088786/Discord_174.0_42340.ipa",
ENMITY_LOADER: "Enmity.Debug.deb",
GET_PATCH_TYPE<T, V>(predicate: Function, inputArg: V, truePredicate: T, falsePredicate: T, fallback: T): T {
const out: boolean = predicate(inputArg);
Expand Down

0 comments on commit c1a291b

Please sign in to comment.