Hi, i want to make a /kill command but if somebody mentions someone then it sorta returns the ID or something... >> - Warido killffed <@246972515442884619>
Hi, i want to make a /kill command but if somebody mentions someone then it sorta returns the ID or something... >> - Warido killffed <@246972515442884619>
`const commando = require('discord.js-commando');
class Kill extends commando.Command{
constructor(client){
super(client,{
name : 'kill',
group : 'kill',
memberName : 'kill',
description : 'Return a percentage of true love!',
});
}
Hi, i want to make a
/kill
command but if somebody mentions someone then it sorta returns the ID or something... >> - Warido killffed <@246972515442884619>Hi, i want to make a
/kill
command but if somebody mentions someone then it sorta returns the ID or something... >> - Warido killffed <@246972515442884619>`const commando = require('discord.js-commando');
class Kill extends commando.Command{ constructor(client){ super(client,{ name : 'kill', group : 'kill', memberName : 'kill', description : 'Return a percentage of true love!', }); }
}
module.exports = Kill;`