Add missing comma in template.py

This commit is contained in:
apple502j 2020-08-06 10:40:16 +09:00 committed by GitHub
parent ad22fb295e
commit fb5359f028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ from .enums import VoiceRegion
from .guild import Guild
__all__ = (
'Template'
'Template',
)
class _FriendlyHttpAttributeErrorHelper: