Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
add source and image
Browse files Browse the repository at this point in the history
  • Loading branch information
12944qwerty committed Aug 4, 2023
1 parent 2bea73a commit d7c2370
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 35 deletions.
1 change: 0 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ overrides:
- files: "src/**/*.ts"
parserOptions:
project: tsconfig.json
tsconfigRootDir: edit-utils/
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
"discordID": "499400512559382538",
"github": "12944qwerty"
},
"version": "1.0.2",
"version": "1.0.3",
"updater": {
"type": "store",
"id": "dev.kingfish.EditUtils"
},
"license": "MIT",
"type": "replugged-plugin",
"renderer": "src/index.ts"
"renderer": "src/index.ts",
"source": "https://github.com/qwerty-mods/edit-utils",
"image": "https://media.discordapp.net/attachments/1069817977064665192/1069817977710583818/double_click_edit.gif"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edit-utils",
"version": "1.0.2",
"version": "1.0.3",
"description": "Shortcuts to edit messages",
"engines": {
"node": ">=18.0.0",
Expand Down
104 changes: 73 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7c2370

Please sign in to comment.