You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
144 lines
7.9 KiB
144 lines
7.9 KiB
4 years ago
|
const Discord = require('discord.js');
|
||
|
const moment = require('moment');
|
||
|
|
||
|
const VC = require('../../models/vscount');
|
||
|
|
||
|
const {Tag} = require('../../util/tag');
|
||
|
const {TagFilter} = require('../../util/tagfilter');
|
||
|
|
||
|
const deaths = [
|
||
|
"watching too much anime", "an overdose of waifus", "Hypotakunemia", "trying to self-isekai",
|
||
|
"Bass:tm:", "cranking the music just a little too loud", "trying to swim in lava", "an unknown cause",
|
||
|
"Despacito", "something really cliche and unoriginal", "'shrooms",
|
||
|
"clicking 'I agree' without reading the Terms of Service", "alchemy", "rusty spoons",
|
||
|
"picking the wrong waifu", "body pillows", "fur-con", "something to do with lamb sauce",
|
||
|
"grandma's cookies"
|
||
|
]; // a list of preset death methods that can occur
|
||
|
|
||
|
const before = [
|
||
|
"A name is being written...", "Someone will perish soon...", "A body is *about* to be discovered...",
|
||
|
"{p} is scribbling something in their notebook...", "\*Manical laughter echoes around you*...",
|
||
|
"{p} laughs maniacally..."
|
||
|
]; // things it says before the response is sent
|
||
|
|
||
|
const responses = {
|
||
|
/*an obj controlling the possible formats for the death note report*/
|
||
|
news: {
|
||
|
titles: ["Breaking News"],
|
||
|
texts: [
|
||
|
"This just in: **{p}** was found dead at **{ds}** today.\n\nAfter some investigation, the authorities ruled the cause of death to be **{c}**.",
|
||
|
"We're now live at the crime scene where it is believed that **{p}** died because of **{c}**.",
|
||
|
"Authorities are reporting what is believed to be another Kira case, where **{c}** has taken the life of **{p}**."
|
||
|
],
|
||
|
images: [],
|
||
|
}, // a news report of the dead body
|
||
|
writes: {
|
||
|
titles: ["Something sinister just happened", "A name has been written", "Fate has been changed"],
|
||
|
texts: [
|
||
|
"With a maniacal laugh, **{w}** writes \"**{p}**\" in their Death Note. And the cause of death? They've written **{c}**.",
|
||
|
"**{w}** has sealed **{pa}** fate to die by **{c}**."
|
||
|
],
|
||
|
images: []
|
||
|
}, // "so-and-so writes blah blah blah's name in their death note"
|
||
|
/*hasdied: {
|
||
|
texts: [],
|
||
|
images: []
|
||
|
}, // "so-and-so has died by...",
|
||
|
unserious: {
|
||
|
texts: [],
|
||
|
images: []
|
||
|
} // other methods, mainly the un-serious or joking ones */
|
||
|
};
|
||
|
|
||
|
//responses.unserious.images = responses.hasdied.images;
|
||
|
|
||
|
module.exports = {
|
||
|
name: "deathnote",
|
||
|
aliases: ['dn'],
|
||
|
help: new Discord.MessageEmbed()
|
||
|
.setTitle("Help -> Death Note")
|
||
|
.setDescription("Congratulations! You've picked up a death note. Write someone's name in it, and see for yourself if it's the real deal...")
|
||
|
.addField("Syntax", "\`deathnote <@member> [method of death]\`"),
|
||
|
meta: {
|
||
|
category: 'Fun',
|
||
|
description: "Write someone's name in your deathnote. I'm not legally responsible for anything that happens after that.",
|
||
|
syntax: '`deathnote <@member> [method of death]`',
|
||
|
extra: null
|
||
|
},
|
||
|
async execute(message, msg, args, cmd, prefix, mention, client) {
|
||
|
if (!message.guild) {return message.reply("Unfortunately, this is a **guild-only** command!");}
|
||
|
if (!args.length) {return message.channel.send(`Syntax: \`${prefix}deathnote <@member> [method of death]\``);}
|
||
|
if (args[0] === "kill" || args[0] === "k") {args.shift();} // if someone adds in 'kill' it'll remove it and act like it wasn't there, proceeding as normal.
|
||
|
//if (!args[0].trim().match(/^<@(?:\!?)\d+>$/)) {return message.reply("You have to mention someone!");}
|
||
|
if (mention && mention.id === message.author.id) {return message.reply("Hehe I won't let you write your own name in the notebook! Just leave it somewhere for a few days and someone else will take it. Maybe they'll write your name...");} // users can't mention themselves
|
||
|
if (mention && mention.id === client.user.id) {return message.reply("You can't kill me! Little did you know, I'm actually a death god!");}
|
||
|
if (mention && mention.bot) {return message.reply("As a bot, I simply cannot let you attempt to kill another fellow bot!");}
|
||
|
|
||
|
let reptype = responses[Object.keys(responses)[Math.floor(Math.random() * Object.keys(responses).length)]]; // report type
|
||
|
let title = reptype.titles[Math.floor(Math.random() * reptype.titles.length)];
|
||
|
let options = new TagFilter([
|
||
|
new Tag(['method', '-m', 'cause', '-c'], 'method', 'append'),
|
||
|
new Tag(['victim', 'v', 'against', 'a', 'name', 'n'], 'victim', 'append')
|
||
|
]).test(args.join(" "));
|
||
|
|
||
|
let death = (!options.victim || (options.victim && !options.victim.length)) && (!options.method || (options.method && !options.method.length)) && args.length > 1
|
||
|
? args.join(" ").slice(args[0].length + 1)
|
||
|
: deaths[Math.floor(Math.random() * deaths.length)]; //kill method
|
||
|
if (options.method && options.method.length) {death = options.method;}
|
||
|
if (death.length > 750) {return message.channel.send("I'd rather you didn't try to fill the death note with a 7-page double-spaced essay in Times New Roman containing an advanced trajectory theorem on the death of your poor target.");}
|
||
|
|
||
|
if (!mention && (!options.victim || !options.victim.length)) {return message.reply("You have to write their name down in order to kill them! (In other words, please mention the user whose name you wish to write.)");}
|
||
|
|
||
|
if (options.victim && options.victim.length) {
|
||
|
let vargs = options.victim.trim().split(/\s+/g);
|
||
|
let nvargs = [];
|
||
|
let varg; for (varg of vargs) {
|
||
|
if (varg.match(/^<@(?:!?)\d+>$/)) {
|
||
|
nvargs.push(message.guild.members.cache.has(varg.slice(varg.search(/\d/), varg.search('>'))) ? message.guild.members.cache.get(varg.slice(varg.search(/\d/), varg.search('>'))).displayName : varg);
|
||
|
} else {nvargs.push(varg);}
|
||
|
}
|
||
|
options.victim = nvargs.join(" ").trim();
|
||
|
}
|
||
|
let victim = options.victim && options.victim.length ? options.victim : message.mentions.members.first().displayName;
|
||
|
let killer = message.member;
|
||
|
|
||
|
let pretext = before[Math.floor(Math.random() * before.length)].replace(/{p}/g, victim);
|
||
|
|
||
|
let note = await message.channel.send(new Discord.MessageEmbed()
|
||
|
.setDescription(pretext)
|
||
|
.setColor('328ba8')
|
||
|
.setFooter("Luno", client.user.avatarURL())
|
||
|
.setTimestamp()
|
||
|
);
|
||
|
|
||
|
await require('../../util/wait')(2500);
|
||
|
|
||
|
let text = reptype.texts[Math.floor(Math.random() * reptype.texts.length)]
|
||
|
.replace(/{p}/g, victim) //{p} = victim
|
||
|
.replace(/{pa}/g, victim.toLowerCase().endsWith('s') ? `${victim}'` : `${victim}'s`) //{pa} = victim but with a formatted apostrophe like "WubzyGD's"
|
||
|
.replace(/{c}/g, death) // {c} = death method
|
||
|
.replace(/{w}/g, killer.displayName) // {w} = killer or writer
|
||
|
.replace(/{ds}/g, moment().format("h:mm a")); // {ds} = date small, basically just the time.
|
||
|
// Create and format the kill text
|
||
|
|
||
|
let dns;
|
||
|
if (mention && mention.id) {
|
||
|
dns = await VC.findOne({uid: message.author.id, countOf: 'dn'}) || new VC({uid: message.author.id, countOf: 'dn'});
|
||
|
dns.against[mention.id] = dns.against[mention.id] ? dns.against[mention.id] + 1 : 1;
|
||
|
dns.total++;
|
||
|
dns.markModified(`against.${mention.id}`);
|
||
|
dns.save();
|
||
|
}
|
||
|
|
||
|
let finalEmbed = new Discord.MessageEmbed()
|
||
|
.setAuthor(title, message.author.avatarURL())
|
||
|
.setDescription(`${text}${dns ? `\n\n_Their name is in your deathnote **${dns.against[mention.id] === 1 ? 'once' : `${dns.against[mention.id]} times`}.**_` : ''}`)
|
||
|
.setColor('328ba8')
|
||
|
.setFooter(`Luno${dns ? ` | ${dns.total} name${dns.total === 1 ? ' has been' : 's'} written in your deathnote!` : ''}`)
|
||
|
.setTimestamp();
|
||
|
|
||
|
if (mention) {finalEmbed.setThumbnail(mention.avatarURL({size: 1024}));}
|
||
|
|
||
|
return note.edit(finalEmbed);
|
||
|
}
|
||
|
};
|