Skip to content

Commit 634820e

Browse files
committed
Version 1.0.1
Some Bug Fixes
1 parent f4fdebf commit 634820e

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ All notable changes to the "discord-py-snippets" extension will be documented in
55
## [1.0.0]
66

77
- Initial release of discord.py-snippets extension
8+
9+
## [1.0.1]
10+
11+
- Fix some bugs

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ A simple snippets extension for the [discord.py]("https://discordpy.readthedocs.
99

1010
### Making a cog
1111

12-
![Cog Example]("https://i.imgur.com/gIWNM5E.gif")
12+
![Cog Example](https://i.imgur.com/gIWNM5E.gif)
1313

1414
### Making a command
1515

16-
![Command Example]("https://i.imgur.com/jUQZywQ.gif")
16+
![Command Example](https://i.imgur.com/jUQZywQ.gif)
1717

1818
### Starter Template
1919

20-
![Starter Example]("https://i.imgur.com/AcoHPfb.gif")
20+
![Starter Example](https://i.imgur.com/waHtA9I.gif)
2121

2222
### Making a event
2323

24-
![Event Example]("https://i.imgur.com/waHtA9I.gif")
24+
![Event Example](https://i.imgur.com/AcoHPfb.gif)
2525

2626
### Using the library aiohttp to use a api in a command
2727

28-
![AioHTTP Example]("https://i.imgur.com/LVZVq33.gif")
28+
![AioHTTP Example](https://i.imgur.com/LVZVq33.gif)
2929

3030
<!-- ## Extension Settings
3131
@@ -48,6 +48,10 @@ There isn't many snippets so any suggestions for snippets would be appreciated
4848

4949
Initial release of discord.py-snippets
5050

51+
### 1.0.1
52+
53+
Fix some bugs
54+
5155
-----------------------------------------------------------------------------------------------------------
5256

5357
**Enjoy!**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "discord-py-snippets",
33
"displayName": "discord.py Code Snippets",
44
"description": "Some code snippets for the discord.py package in python",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"publisher": "WasiMaster",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)