Temporarily disable the fmtt command
This commit is contained in:
parent
797c2b0118
commit
5f6949bc2e
2 changed files with 4 additions and 18 deletions
|
@ -26,7 +26,8 @@ module.exports = {
|
|||
case "toptracks":
|
||||
case "tt":
|
||||
args.shift();
|
||||
sendText.text = await getTopTracks(message.author.id, args);
|
||||
//sendText.text = await getTopTracks(message.author.id, args);
|
||||
sendText.text = "This command is currently being rewritten, come back later."
|
||||
break;
|
||||
case "cover":
|
||||
sendText = await getCurrentCover(message.author.id, message.guild);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue