From bc75abd317ef22c2b7e5e01d1bb2599ee390b43f Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 10 Jun 2020 13:51:23 -0400 Subject: [PATCH] If explode is done by the author, say "casts explosion" --- commands/roleplay/explode.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/roleplay/explode.js b/commands/roleplay/explode.js index aca93589..7938d5ce 100644 --- a/commands/roleplay/explode.js +++ b/commands/roleplay/explode.js @@ -24,6 +24,6 @@ module.exports = class ExplodeCommand extends ImgurAlbumCommand { generateText(msg, user) { const noUserAuthor = msg.author.id !== user.id; - return `_**${msg.author.username}** explodes${noUserAuthor ? ` **${user.username}**` : ''}._`; + return `_**${msg.author.username}** ${noUserAuthor ? `explodes **${user.username}**` : 'casts explosion'}._`; } }; diff --git a/package.json b/package.json index df326d11..1cab5235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "116.15.1", + "version": "116.15.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {