$message 136384993 3828191 2223.44 5 4.$message.
@bot.command()
async def message(ctx, *, text: str): # https://discordpy.readthedocs.io/en/stable/ext/commands/commands.html#keyword-only-arguments
"""Send <text>"""
await ctx.send(text)