All notable changes to the "discord-py-snippets" extension will be documented in this file.
- Initial release of discord.py-snippets extension
- Fixed some bugs
- Added 3 new snippets,
!gbchk
,!cgchk
&!embedhelp
- Added more info in the readme file
- Added not shadowing command snippets (for function names for commands that are already defined eg. eval)
- Added embed snippets
- embed
- field
- footer
- author
- image
- thumbnail
- Fixed an issue in the
!emb
snippet where there were double commas
- Fixed an issue in the
!emb
snippet where there was a : where there shouldn't be one
- Added Group Template
!grp
- Added Group command Template
!grpcmd
- Made event names always start with
on_
- Made it easier to add commands with aliases
- Changed the command in
!dpstrt
fromtest
tohello
- Made it easier to know what a value is for
- Fixed a bug in
!cgcmd
where the aliases field would have a unnecessary comma
- Changed the
!cog
snippet to use the current file name as the cog name, thanks to QuaKe - Added
!owner_only
check - Added
!nsfw_only
check - Added
!hasperms
check - Added
!cooldown
decorator - Added
!waitforreaction
snippet - Added
!waitformessage
snippet
- Added UI Category with
!button
,!cbutton
and!select
- Added
!except
snippet - Fixed indendation in
!embedhelp
- Added a
on_ready
event in the!dpstrt
snippet - Fix LICENSE year
- Small fix
- Fix
!grpcmd
snippet
- Fix
!grpcmd
snippet
- Add
!embpagere
snippet
- Add
!guildonly
snippet - Fix
!embpagere
snippet