def c_cat(self): """ Sends a random cat picture {prefix}cat """ cat = await self.req.get('http://random.cat/meow') return Response(cat['file'])