!7 set flag JDA40. !include once #1026298 // DynTalkBot2 for JDA 4.x standardBot1 MyDiscordBot { init { dropPunctuation = false; // fix the @ bug preprocessAtSelfToMyName = true; myName = "adibot"; } processSimplified { s = dropMyPrefixOpt(s); if "help" { ret [[ @me `help` - show this help ]].replace("@me", atSelf()); } } }