diff --git a/disco/types/guild.py b/disco/types/guild.py index f93a88f..600ddb0 100644 --- a/disco/types/guild.py +++ b/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):