You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Embed Help |`!embedhelp`| A custom help command implementation that modifies the default help and uses embed |
64
64
| Not Shadowing Command Template |`!unscmd`| A basic command template that doesn't shadow another function (Not for cogs) |
65
-
| Cog Not Shadowing Command Template |`!cgunscmd`| A basic command template that doesn't shadow another function for cogs |
65
+
| Cog Not Shadowing Command Template |`!cgunscmd`| A basic command template that doesn't shadow another function for cogs |
66
+
| Group Template |`!grp`| A group template (Can be used in cogs) |
67
+
| Group Command Template |`!grpcmd`| A basic group command template (Can be used in cogs) |
66
68
67
69
### Embed Snippets
68
70
@@ -87,27 +89,27 @@ There isn't many snippets so any suggestions for snippets would be appreciated
87
89
## Contribute
88
90
89
91
You can open a pull request anytime and I will look into it <br>
90
-
I suggest seeing the [vscode snippets documentation](https://code.visualstudio.com/docs/editor/userdefinedsnippets"VSCode Snippets Documentation") before you open a pull request
92
+
I suggest seeing the [vscode snippets documentation](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_create-your-own-snippets"VSCode Snippets Documentation") before you open a pull request
91
93
92
94
## Release Notes
93
95
94
96
### 1.0.0
95
97
96
-
Initial release of discord.py-snippets
98
+
-Initial release of discord.py-snippets
97
99
98
100
### 1.0.1
99
101
100
-
Fix some bugs
102
+
- Fixed some bugs
101
103
102
104
### 1.1.0
103
105
104
-
Add 3 new snippets, `!gbchk`, `cgchk` & `!embedhelp` <br>
105
-
Add more info in the readme file
106
+
- Added 3 new snippets, `!gbchk`, `cgchk` & `!embedhelp` <br>
107
+
- Added more info in the readme file
106
108
107
109
### 1.2.0
108
110
109
-
-Add not shadowing command snippets (for function names for commands that are already defined)
110
-
-Add embed snippets
111
+
-Added not shadowing command snippets (for function names for commands that are already defined)
112
+
-Added embed snippets
111
113
- embed
112
114
- field
113
115
- footer
@@ -117,11 +119,20 @@ Add more info in the readme file
117
119
118
120
### 1.2.1
119
121
120
-
-Fix a issue in the `!emb` snippet where there were double commas
122
+
-Fixed a issue in the `!emb` snippet where there were double commas
121
123
122
124
### 1.2.2
123
125
124
-
- Fix a issue in the `!emb` snippet where there was a : where there shouldn't be one
126
+
- Fixed a issue in the `!emb` snippet where there was a : where there shouldn't be one
127
+
128
+
### 1.3.0
129
+
130
+
- Added Group Template `!grp`
131
+
- Added Group command Template `!grpcmd`
132
+
- Made event names always start with `on_`
133
+
- Made it easier to add commands with aliases
134
+
- Changed the command in `!dpstrt` from `test` to `hello`
0 commit comments