la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
12 lines (6 loc) • 309 B
JavaScript
var reset = require("../game_reset/reset.js");
module.exports = async function (message, params, config) {
await message.channel.send(":hourglass_flowing_sand: Resetting, please wait. This may take a while.");
await reset(message.client, config);
await message.channel.send(":ok: Game reset.");
};