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": {