mirror of
https://github.com/sern-handler/snippets
synced 2026-06-06 01:16:58 +00:00
Merge pull request #5 from Peter-MJ-Parker/main
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Use [sern](https://sern-handler.js.org) as your discord framework please. Thanks! <3
|
||||
Use [sern](https://sern.dev) as your discord framework please. Thanks! <3
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
52
package.json
52
package.json
@@ -1,27 +1,29 @@
|
||||
{
|
||||
"name": "sern-snippets",
|
||||
"displayName": "sern Snippets",
|
||||
"description": "Snippets for the sern discord bot framework",
|
||||
"version": "1.1.0",
|
||||
"repository": {"url": "https://github.com/SrIzan10/sern-snippets"},
|
||||
"publisher": "SrIzan",
|
||||
"icon": "icon.png",
|
||||
"engines": {
|
||||
"vscode": "^1.49.0"
|
||||
},
|
||||
"categories": [
|
||||
"Snippets"
|
||||
],
|
||||
"contributes": {
|
||||
"snippets": [
|
||||
{
|
||||
"language": "javascript",
|
||||
"path": "./snippets/snippets.code-snippets"
|
||||
},
|
||||
{
|
||||
"language": "typescript",
|
||||
"path": "./snippets/snippets.code-snippets"
|
||||
}
|
||||
]
|
||||
}
|
||||
"name": "sern-snippets",
|
||||
"displayName": "sern Snippets",
|
||||
"description": "Snippets for the sern discord bot framework",
|
||||
"version": "1.1.0",
|
||||
"repository": {
|
||||
"url": "https://github.com/sern-handler/snippets"
|
||||
},
|
||||
"publisher": "SrIzan",
|
||||
"icon": "icon.png",
|
||||
"engines": {
|
||||
"vscode": "^1.49.0"
|
||||
},
|
||||
"categories": [
|
||||
"Snippets"
|
||||
],
|
||||
"contributes": {
|
||||
"snippets": [
|
||||
{
|
||||
"language": "javascript",
|
||||
"path": "./snippets/snippets.code-snippets"
|
||||
},
|
||||
{
|
||||
"language": "typescript",
|
||||
"path": "./snippets/snippets.code-snippets"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user