music stuff
This commit is contained in:
parent
3a8e2a8840
commit
5d2e02221b
6 changed files with 111 additions and 5 deletions
20
commands/shuffle.js
Normal file
20
commands/shuffle.js
Normal file
|
@ -0,0 +1,20 @@
|
|||
// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license.
|
||||
|
||||
exports.conf = {
|
||||
enabled: true,
|
||||
guildOnly: true,
|
||||
aliases: [],
|
||||
permLevel: 'User',
|
||||
requiredPerms: [],
|
||||
cooldown: 2000
|
||||
}
|
||||
|
||||
exports.help = {
|
||||
name: 'removesong',
|
||||
category: 'Music',
|
||||
description: 'Removes a song from the queue.',
|
||||
usage: 'removesong [position]',
|
||||
parameters: '[position] - The position of the song you want to remove'
|
||||
}
|
||||
|
||||
const { getGuild } = require('../utils/music')
|
Loading…
Add table
Add a link
Reference in a new issue