diff --git a/disco/types/guild.py b/disco/types/guild.py
index 30a3369..af4524e 100644
--- a/disco/types/guild.py
+++ b/disco/types/guild.py
@@ -72,7 +72,7 @@ class GuildEmoji(Emoji):
 
     @property
     def url(self):
-        return 'https://discordapp.com/api/emojis/{}.{}'.format(self.id, 'gif' if self.animated else 'png')
+        return 'https://cdn.discordapp.com/emojis/{}.{}'.format(self.id, 'gif' if self.animated else 'png')
 
     @cached_property
     def guild(self):