Skip to content

Commit

Permalink
More teststuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sayore committed Jul 8, 2023
1 parent a1a7a34 commit 5cd599e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/CmdGroups/EveryoneCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,17 @@ export let EveryoneCommands : ICommand[] = [
Logging.log(msg.type,"DISBOARD");
//Get reply message

Logging.log(msg.attachments,"DISBOARD");
Logging.log(msg.embeds,"DISBOARD");
Logging.log(msg.nonce,"DISBOARD");
Logging.log(msg.fetchReference(),"DISBOARD");

Logging.log(msg.embeds,"DISBOARD1");
Logging.log(msg.nonce,"DISBOARD2");
Logging.log(msg,"DISBOARD3");
Logging.log(msg.author,"DISBOARD4");
Logging.log(msg.components,"DISBOARD5");
Logging.log(msg.flags,"DISBOARD6");
Logging.log(msg.toJSON(),"DISBOARD6");



Logging.log(msg.content,"DISBOARD");


return false;
}
Expand Down

0 comments on commit 5cd599e

Please sign in to comment.