changed over = to :, whoops

This commit is contained in:
2019-03-18 06:38:40 +11:00
parent 467dc136ff
commit f4601a7974
25 changed files with 194 additions and 190 deletions

View File

@@ -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]);