File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
4949Initial release of discord.py-snippets
5050
51+ ### 1.0.1
52+
53+ Fix some bugs
54+
5155-----------------------------------------------------------------------------------------------------------
5256
5357** Enjoy!**
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments