Add parsemention require...

This commit is contained in:
SileNce5k 2024-04-08 12:34:15 +02:00
parent 06361bc137
commit a8575f6f25
No known key found for this signature in database
GPG key ID: 961132EB78C8915F

View file

@ -2,6 +2,7 @@ const fmlogin = require("../../util/lastfm/fmlogin");
const getCurrentScrobble = require("../../util/lastfm/getCurrentScrobble");
const getTopTracks = require("../../util/lastfm/getTopTracks");
const help = require("../info/help");
const parseMention = require("../../util/parseMention");
module.exports = {
name: 'fm',
description: 'Last fm commands. See `<prefix>help fm` for more info.',