def uuid(self, ctx): """Generates a random uuid. Because of potential abuse, this commands has a 5 second cooldown """ await ctx.send(uuid.uuid4())