Skip to content

Commit

Permalink
Forgot one lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Oct 7, 2024
1 parent 6812dec commit b4d9e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonlight-mod/mappings",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/mappings/discord/modules/markup/MarkupUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ export type MarkupConfig = {
isInteracting?: boolean;
allowHeading?: boolean;
allowList?: boolean;
allowLinks?: boolean;
allowSubtext?: boolean;
allowDevLinks?: boolean;
previewLinkTarget?: boolean;
shouldFilterKeywords?: boolean;
viewingChannelId?: boolean;
};

export type MarkupUtils = {
Expand Down

0 comments on commit b4d9e4c

Please sign in to comment.