static S forward(S bot, S msg, O... args) { ret format("please forward to bot *: *", bot, format(msg, args)); }