From fb5359f028770aa9dc2542d88be86eb334b32080 Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Thu, 6 Aug 2020 10:40:16 +0900 Subject: [PATCH] Add missing comma in template.py --- discord/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/template.py b/discord/template.py index db2d5731d..db3c09def 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: