mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +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
|
from .guild import Guild
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
'Template'
|
'Template',
|
||||||
)
|
)
|
||||||
|
|
||||||
class _FriendlyHttpAttributeErrorHelper:
|
class _FriendlyHttpAttributeErrorHelper:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user