Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
Some Bug Fixes
  • Loading branch information
wasi-master committed Oct 28, 2020
1 parent f4fdebf commit 634820e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ All notable changes to the "discord-py-snippets" extension will be documented in
## [1.0.0]

- Initial release of discord.py-snippets extension

## [1.0.1]

- Fix some bugs
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ A simple snippets extension for the [discord.py]("https://discordpy.readthedocs.

### Making a cog

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

### Making a command

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

### Starter Template

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

### Making a event

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

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

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

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

Initial release of discord.py-snippets

### 1.0.1

Fix some bugs

-----------------------------------------------------------------------------------------------------------

**Enjoy!**
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "discord-py-snippets",
"displayName": "discord.py Code Snippets",
"description": "Some code snippets for the discord.py package in python",
"version": "1.0.0",
"version": "1.0.1",
"publisher": "WasiMaster",
"repository": {
"type": "git",
Expand Down

0 comments on commit 634820e

Please sign in to comment.