Skip to content

Commit

Permalink
Me is a big baka uwu
Browse files Browse the repository at this point in the history
  • Loading branch information
sayore committed Jul 8, 2023
1 parent 932c4bb commit a1a7a34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/CmdGroups/EveryoneCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,13 @@ export let EveryoneCommands : ICommand[] = [
async cmd(msg,user,guild) {
Logging.log(msg.type,"DISBOARD");
//Get reply message
var channel = msg.guild.channels.cache.get(msg.channelId);
if(channel.isText()) {

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

}


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

Expand Down

0 comments on commit a1a7a34

Please sign in to comment.