Add parsemention require...
This commit is contained in:
parent
06361bc137
commit
a8575f6f25
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ const fmlogin = require("../../util/lastfm/fmlogin");
|
||||||
const getCurrentScrobble = require("../../util/lastfm/getCurrentScrobble");
|
const getCurrentScrobble = require("../../util/lastfm/getCurrentScrobble");
|
||||||
const getTopTracks = require("../../util/lastfm/getTopTracks");
|
const getTopTracks = require("../../util/lastfm/getTopTracks");
|
||||||
const help = require("../info/help");
|
const help = require("../info/help");
|
||||||
|
const parseMention = require("../../util/parseMention");
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'fm',
|
name: 'fm',
|
||||||
description: 'Last fm commands. See `<prefix>help fm` for more info.',
|
description: 'Last fm commands. See `<prefix>help fm` for more info.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue