aboutsummaryrefslogtreecommitdiff
path: root/discord/template.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/template.py')
-rw-r--r--discord/template.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/discord/template.py b/discord/template.py
index a5869a88..62f22fbc 100644
--- a/discord/template.py
+++ b/discord/template.py
@@ -42,10 +42,6 @@ class _PartialTemplateState:
self.http = _FriendlyHttpAttributeErrorHelper()
@property
- def is_bot(self):
- return self.__state.is_bot
-
- @property
def shard_count(self):
return self.__state.shard_count
@@ -125,7 +121,7 @@ class Template:
source_serialised['id'] = id
state = _PartialTemplateState(state=self._state)
guild = Guild(data=source_serialised, state=state)
-
+
self.source_guild = guild
def __repr__(self):