mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
Added in client.database, from old method
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user