Tenor search is FUBAR

This commit is contained in:
Skylar Grant 2022-12-02 12:55:05 -05:00
parent afa9ef568d
commit b6d2a53976
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ const tenor = require('tenorjs').client({
"DateFormat": "D/MM/YYYY - H:mm:ss A" // Change this accordingly
});
// TODO: Tenor has changed API versions, switch from TenorJS (unmaintained) to axios for
// general API usage. See: https://github.com/Jinzulen/TenorJS/issues/12
// see also: https://developers.google.com/tenor/guides/migrate-from-v1
module.exports = {
name: 'gif',
description: 'Send a GIF',