fm: Add the possibility to specify period

This commit is contained in:
SileNce5k 2024-03-07 12:35:58 +01:00
parent e5862a323b
commit 3c7d0a6c28
No known key found for this signature in database
GPG key ID: 961132EB78C8915F
2 changed files with 20 additions and 2 deletions

View file

@ -21,7 +21,9 @@ module.exports = {
break;
case "toptracks":
case "tt":
args.shift();
sendText = await getTopTracks(message.author.id, args);
break;
default:
break;
}