apple502j
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/template.py
|
@ -29,7 +29,7 @@ from .enums import VoiceRegion |
|
|
from .guild import Guild |
|
|
from .guild import Guild |
|
|
|
|
|
|
|
|
__all__ = ( |
|
|
__all__ = ( |
|
|
'Template' |
|
|
'Template', |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
class _FriendlyHttpAttributeErrorHelper: |
|
|
class _FriendlyHttpAttributeErrorHelper: |
|
|