1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-16 12:36:01 +00:00

soundcloud

This commit is contained in:
MatteZ02
2020-05-07 13:54:15 +03:00
parent 206eacc307
commit e3e70510b9
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@ module.exports = {
permission: "dev",
category: "music",
async execute(msg, args, client, Discord, prefix, command) {
if (!args[1]) return msg.channel.send(client.messages.noQuery);
const SoundCloud = require("soundcloud-api-client");
const key = client.config.soundCloud_api_key;
const soundcloud = new SoundCloud({ key });