diff options
| author | apple502j <[email protected]> | 2020-08-06 10:40:16 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-05 21:40:16 -0400 |
| commit | fb5359f028770aa9dc2542d88be86eb334b32080 (patch) | |
| tree | ce6d9733d24335584ad5fb94b734c49d7815c847 | |
| parent | [commands] implement HelpCommand.add/remove_check (diff) | |
| download | discord.py-fb5359f028770aa9dc2542d88be86eb334b32080.tar.xz discord.py-fb5359f028770aa9dc2542d88be86eb334b32080.zip | |
Add missing comma in template.py
| -rw-r--r-- | discord/template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/template.py b/discord/template.py index db2d5731..db3c09de 100644 --- a/discord/template.py +++ b/discord/template.py @@ -29,7 +29,7 @@ from .enums import VoiceRegion from .guild import Guild __all__ = ( - 'Template' + 'Template', ) class _FriendlyHttpAttributeErrorHelper: |