1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 01:21:56 +00:00

Update reset.js

This commit is contained in:
Matte 2020-07-29 19:45:37 +03:00 committed by GitHub
parent 94f6a99470
commit e62bec318a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
module.exports = {
name: 'reset',
async execute(msg, args, client) {
client.global.db.guilds[guild.id] = {
client.global.db.guilds[msg.guild.id] = {
prefix: client.config.prefix,
defaultVolume: client.config.defaultVolume,
permissions: client.config.permissions,
@ -15,4 +15,4 @@ module.exports = {
};
msg.channel.send(client.messages.reset);
}
};
};