-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 898 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "discord-py-snippets",
"displayName": "discord.py Code Snippets",
"description": "Code snippets for the discord.py package in python",
"version": "1.7.0",
"publisher": "WasiMaster",
"repository": {
"type": "git",
"url": "https://github.com/wasi-master/vscode-discord.py-snippets"
},
"icon": "icon.png",
"engines": {
"vscode": "^0.10.0"
},
"keywords": [
"discord.py",
"discord.js",
"discord",
"JDA",
"discord bot",
"discord snippets",
"discord.py snippets",
"discord.js snippets",
"discord.py code snippets",
"discord.js code snippets"
],
"categories": [
"Snippets"
],
"contributes": {
"snippets": [{
"language": "python",
"path": "./snippets/snippets.code-snippets"
}]
}
}