mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Add missing comma in template.py
This commit is contained in:
parent
ad22fb295e
commit
fb5359f028
@ -29,7 +29,7 @@ from .enums import VoiceRegion
|
||||
from .guild import Guild
|
||||
|
||||
__all__ = (
|
||||
'Template'
|
||||
'Template',
|
||||
)
|
||||
|
||||
class _FriendlyHttpAttributeErrorHelper:
|
||||
|
Loading…
x
Reference in New Issue
Block a user