Skip to content

Commit

Permalink
No Join Message Wave
Browse files Browse the repository at this point in the history
  • Loading branch information
Cynosphere committed Jan 27, 2025
1 parent 2aa2c17 commit d8354ea
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/noJoinMessageWave/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { Patch } from "@moonlight-mod/types";

export const patches: Patch[] = [
{
find: '("SystemMessage").error("",',
replace: {
match: /(?<=usernameHook:\i}\)),\(0,\i.jsx\)\(\i\.\i,{channel:\i,message:\i}\)/,
replacement: ""
}
}
];
14 changes: 14 additions & 0 deletions src/noJoinMessageWave/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://moonlight-mod.github.io/manifest.schema.json",
"id": "noJoinMessageWave",
"version": "1.0.0",
"meta": {
"name": "No Join Message Wave",
"tagline": "Hides the wave button on join messages, regardless of the guild setting",
"authors": ["Cynosphere"],
"tags": ["qol", "chat"],
"source": "https://github.com/Cynosphere/moonlight-extensions",
"donate": "https://ko-fi.com/Cynosphere"
},
"apiLevel": 2
}

0 comments on commit d8354ea

Please sign in to comment.