UNPKG

node-groupme

Version:

The only GroupMe API library that isn't a million years old.

8 lines 206 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ping = void 0; async function ping(client, message) { return; } exports.ping = ping; //# sourceMappingURL=ping.js.map