aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorapple502j <[email protected]>2020-08-06 10:40:16 +0900
committerGitHub <[email protected]>2020-08-05 21:40:16 -0400
commitfb5359f028770aa9dc2542d88be86eb334b32080 (patch)
treece6d9733d24335584ad5fb94b734c49d7815c847
parent[commands] implement HelpCommand.add/remove_check (diff)
downloaddiscord.py-fb5359f028770aa9dc2542d88be86eb334b32080.tar.xz
discord.py-fb5359f028770aa9dc2542d88be86eb334b32080.zip
Add missing comma in template.py
-rw-r--r--discord/template.py2
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: