mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
changed over = to :, whoops
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
module.exports = {
|
||||
name = 'Move all',
|
||||
alias =['moveall'],
|
||||
helptext = 'Moves all people from one Voice Chat, to the next',
|
||||
helphide = false,
|
||||
permissions =['MOVE_MEMBERS'],
|
||||
args =['ChannelID', 'ChannelID'],
|
||||
category = 'admin',
|
||||
command = (client, msg) => {
|
||||
name: 'Move all',
|
||||
alias: ['moveall'],
|
||||
helptext: 'Moves all people from one Voice Chat, to the next',
|
||||
helphide: false,
|
||||
permissions: ['MOVE_MEMBERS'],
|
||||
args: ['ChannelID', 'ChannelID'],
|
||||
category: 'admin',
|
||||
command: (client, msg) => {
|
||||
cleaner = msg.cleanContent.replace(/\s\s+/g, ' ');
|
||||
chans = cleaner.split(' ');
|
||||
console.log("From: " + chans[1]);
|
||||
|
||||
Reference in New Issue
Block a user