svoid gazelle_editMessage(long channelID, long msgID, S text) { if (empty(text)) ret; O channel = call(dm_current_generic(), 'getChannel, channelID); call(call(channel, 'editMessageById, str(msgID), text), 'queue); }