wtf thal
This commit is contained in:
parent
314c1847ed
commit
50ddff0e42
2 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,6 @@ module.exports = class Cuddle extends Command {
|
|||
let Line;
|
||||
if (Server.rp_text) {
|
||||
const LineFromUtils = ctx.utils.int.cuddle[parseInt(Math.random() * ctx.utils.int.cuddle.length)];
|
||||
console.log(LineFromUtils);
|
||||
Line = LineFromUtils.replace(/0/g, ctx.utils.format.bold(ctx.author.username)).replace(
|
||||
/1/g,
|
||||
ctx.utils.format.bold(ctx.msg.mentions.members.first().user.username)
|
||||
|
|
|
@ -14,7 +14,7 @@ module.exports = class Prefix extends Command {
|
|||
}
|
||||
|
||||
async command(ctx) {
|
||||
const PrefixEmbed = new ctx.utils.discord.MessageEmbed();
|
||||
let PrefixEmbed = new ctx.utils.discord.MessageEmbed();
|
||||
PrefixEmbed.setColor(ctx.config.color);
|
||||
let ARG = ctx.args[0];
|
||||
ctx.args.shift();
|
||||
|
|
Loading…
Reference in a new issue