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

Diff of /trunk/src/App.js

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

revision 41 by rakin, Mon Jul 29 17:28:19 2024 UTC revision 42 by rakin, Mon Jul 29 17:28:20 2024 UTC
# Line 139  class App { Line 139  class App {
139          this.on("messageReactionAdd", async (reaction, message) => {          this.on("messageReactionAdd", async (reaction, message) => {
140              console.log('inside');              console.log('inside');
141    
142              if (!reaction || !reaction.message) {              if (!reaction || !reaction.message || !message.guild || message.channel.type == 'dm') {
143                  return;                  return;
144              }              }
145                            

Legend:
Removed from v.41  
changed lines
  Added in v.42

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26