mirror of
				https://github.com/aydenjahola/discord-multipurpose-bot.git
				synced 2025-11-04 00:01:41 +00:00 
			
		
		
		
	update bot activity
This commit is contained in:
		
							parent
							
								
									213fdbc582
								
							
						
					
					
						commit
						81805183f6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								index.js
									
									
									
									
									
								
							| 
						 | 
					@ -37,7 +37,7 @@ client.once("ready", () => {
 | 
				
			||||||
  console.log(`\n==============================\n`);
 | 
					  console.log(`\n==============================\n`);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Set the bot's activity here
 | 
					  // Set the bot's activity here
 | 
				
			||||||
  client.user.setActivity("Degenerate Gamers", { type: "WATCHING" });
 | 
					  client.user.setActivity({ type: "WATCHING", name: "Degenerate Gamers" });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Database connection (MongoDB)
 | 
					  // Database connection (MongoDB)
 | 
				
			||||||
  mongoose
 | 
					  mongoose
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue