sc alias to soundcloud

This commit is contained in:
Dragon Fire
2018-10-06 18:27:06 -04:00
parent 884d7b9d22
commit 8d2f34348b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ module.exports = class SoundcloudCommand extends Command {
constructor(client) {
super(client, {
name: 'soundcloud',
aliases: ['soundcloud-song', 'soundcloud-music', 'scloud', 'scloud-song', 'scloud-music'],
aliases: ['soundcloud-song', 'soundcloud-music', 'scloud', 'scloud-song', 'scloud-music', 'sc'],
group: 'search',
memberName: 'soundcloud',
description: 'Searches SoundCloud for your query.',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "92.4.0",
"version": "92.4.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {