!7 cmodule DiscordBotPMTest > DynPrintLogAndEnabled { start { dm_vmBus_onMessage_q incomingDiscordMessage(voidfunc(Map map) { if (!enabled) ret; S s = getString content(map); if (isTrue(map.get('fromBot))) ret; O module = map.get('module); long channelID = getLong channelID(map); long userID = getLong userID(map); if "send me a pm" dm_call(module, 'sendPM, userID, "Here's your PM, my friend"); }); } }