mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 10:46:14 +10:00
changed over = to :, whoops
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
module.exports = {
|
||||
name = 'Set auto parent',
|
||||
alias =['setautoparent'],
|
||||
helptext = 'sets the auto creation category',
|
||||
helphide = false,
|
||||
permissions =['ADMINISTRATOR'],
|
||||
args =['VChannelID'],
|
||||
category = 'admin',
|
||||
command = (client, msg) => {
|
||||
name: 'Set auto parent',
|
||||
alias: ['setautoparent'],
|
||||
helptext: 'sets the auto creation category',
|
||||
helphide: false,
|
||||
permissions: ['ADMINISTRATOR'],
|
||||
args: ['VChannelID'],
|
||||
category: 'admin',
|
||||
command: (client, msg) => {
|
||||
database.set_setting(msg.guild.id, "autoParent", msg.suffix);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user