Browse Source

Fix role mentions

pull/18/head
Andrei 8 years ago
parent
commit
f3ae56a496
  1. 2
      disco/types/guild.py

2
disco/types/guild.py

@ -102,7 +102,7 @@ class Role(SlottedModel):
@property
def mention(self):
return '<@{}>'.format(self.id)
return '<@&{}>'.format(self.id)
@cached_property
def guild(self):

Loading…
Cancel
Save