1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 00:10:58 -05:00

Update userLevels.ts

This commit is contained in:
toast-ts 2023-10-09 11:05:15 +11:00 committed by GitHub
parent e3c025ad12
commit f4fcd78774

View File

@ -40,7 +40,7 @@ export default class userLevels extends Schema {
const logText = `Resetting LRSstart to \`${newEpoch}\`, saved to config file`;
Logger.forwardToConsole('log', 'DailyMsgs', logText);
(this.client.channels.resolve(this.client.config.mainServer.channels.logs) as Discord.TextChannel).send({embeds: [new this.client.embed().setColor(this.client.config.embedColorXmas).setTitle('Happy New Years! Level System is clean!').setDescription(logText).setTimestamp()]}).catch(err=>console.log(err));
writeFileSync('./src/DB-Beta.config.json', JSON.stringify(this.client.config, null, 2));
writeFileSync('./src/config.json', JSON.stringify(this.client.config, null, 2));
Logger.forwardToConsole('log', 'Cron:resetAllData', 'Job completed');
})
}