/[sudobot]/trunk/src/AFKEngine.js
ViewVC logotype

Diff of /trunk/src/AFKEngine.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 26 by rakin, Mon Jul 29 17:28:16 2024 UTC revision 30 by rakin, Mon Jul 29 17:28:17 2024 UTC
# Line 9  module.exports = class AFKEngine { Line 9  module.exports = class AFKEngine {
9                      msg.channel.send({                      msg.channel.send({
10                          embeds: [                          embeds: [
11                              new MessageEmbed()                              new MessageEmbed()
12                              .setDescription(`**${user.user.tag}** is AFK right now.`)                              .setDescription(`**${user.user.tag}** is AFK right now${data.reason.trim() == '' ? '.' : (' for reason: **' + data.reason.replace(/\*/g, '\\*') + '**')}`)
13                          ]                          ]
14                      });                      });
15                  }                  }

Legend:
Removed from v.26  
changed lines
  Added in v.30

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26