static void sendInNewThread(fS bot, fS text, fO... args) { thread { send(bot, text, args); } }