UNPKG

node-groupme

Version:

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

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