wow thanks eris for not blocking these by default
This commit is contained in:
		
							parent
							
								
									4c83c55344
								
							
						
					
					
						commit
						b0313bc041
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
					@ -13,6 +13,10 @@ const client = new Client(process.env.TOKEN, {
 | 
				
			||||||
    GUILD_ROLE_UPDATE: true,
 | 
					    GUILD_ROLE_UPDATE: true,
 | 
				
			||||||
    TYPING_START: true
 | 
					    TYPING_START: true
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  maxShards: "auto"
 | 
					  maxShards: "auto",
 | 
				
			||||||
 | 
					  allowedMentions: {
 | 
				
			||||||
 | 
					    everyone: false,
 | 
				
			||||||
 | 
					    roles: false
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
module.exports = client;
 | 
					module.exports = client;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue