def b(self, ctx, *, text: commands.clean_content): """??????????????""" text = ' '.join('\U0001f171' + w[1:] for w in text.split(' ')) await ctx.send(text.replace('b', '\U0001f171'))