1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-07-07 01:20:48 +00:00

Updated command aliases

This commit is contained in:
MatteZ02
2020-05-15 19:05:39 +03:00
parent b76af649f2
commit 256585293e
33 changed files with 73 additions and 65 deletions

View File

@ -5,7 +5,7 @@ const ytdl = require("ytdl-core")
module.exports = {
name: "play",
alias: "p",
alias: ["p", "music"],
usage: "<song name>",
description: "Play some music.",
onlyDev: false,