def clap(self, ctx, *, text: commands.clean_content): """??MAKES??TEXT??LOOK??LIKE??THIS??""" clap = '\N{CLAPPING HANDS SIGN}' await ctx.send(clap + text.replace(' ', clap) + clap)