la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
15 lines (8 loc) • 296 B
JavaScript
var Timer = require("../game_templates/Timer.js");
var deleteTimer = require("../game_reset/deleteTimer.js");
module.exports = function (client, config) {
deleteTimer(client, config);
var timer = Timer.load(client, config);
process.timer = timer;
console.log("Reinstantiated.");
};