fm: Add the possibility to specify period
This commit is contained in:
parent
e5862a323b
commit
3c7d0a6c28
2 changed files with 20 additions and 2 deletions
|
@ -21,7 +21,9 @@ module.exports = {
|
|||
break;
|
||||
case "toptracks":
|
||||
case "tt":
|
||||
args.shift();
|
||||
sendText = await getTopTracks(message.author.id, args);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue