def encode_crc32(self, *, message : str): '''Compute CRC32 checksum''' await self.bot.embed_reply(zlib.crc32(message.encode("utf-8")))