Added in client.database, from old method

This commit is contained in:
2019-03-18 18:53:51 +11:00
parent d011393f20
commit 1abf75a423

View File

@@ -7,6 +7,6 @@ module.exports = {
args: ['VChannelID'], args: ['VChannelID'],
category: 'admin', category: 'admin',
command: (client, msg) => { command: (client, msg) => {
database.set_setting(msg.guild.id, "autoParent", msg.suffix); client.database.set_setting(msg.guild.id, "autoParent", msg.suffix);
} }
} }