Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit 0c9d6fc

Browse files
committed
1.5.3
1 parent eb51905 commit 0c9d6fc

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ All notable changes to the "discord-py-snippets" extension will be documented in
6666
### [1.5.1]
6767

6868
- Added a `on_ready` event in the `!dpstrt` snippet
69+
70+
### [1.5.3]
71+
72+
- Made it work

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ I suggest seeing the [vscode snippets documentation](https://code.visualstudio.c
184184

185185
- Added a `on_ready` event in the `!dpstrt` snippet
186186

187+
### 1.5.3
188+
189+
- Made it work
190+
187191
### Extensions in the screenshots
188192

189193
- [Monokai Pro](https://marketplace.visualstudio.com/items?itemName=monokai.theme-monokai-pro-vscode) by [monokai](https://marketplace.visualstudio.com/publishers/monokai)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nextcord-snippets",
33
"displayName": "Nextcord Code Snippets",
44
"description": "Code snippets for the discord.py package in python",
5-
"version": "1.5.2",
5+
"version": "1.5.3",
66
"publisher": "Nextcord",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)