Stop sending name and owner IDs
This commit is contained in:
		
							parent
							
								
									5586fca8ed
								
							
						
					
					
						commit
						6d3839cbf6
					
				| @ -9,9 +9,9 @@ module.exports = { | ||||
| 		const count = JSON.stringify(message.client.guilds.cache.size); | ||||
| 		servers.push("I'm currently in " + count + " servers."); | ||||
| 		const guilds = await message.client.guilds.cache; | ||||
| 		await guilds.each(g => { | ||||
| 			servers.push(g.name + "," + g.ownerId); | ||||
| 		}); | ||||
| 		// await guilds.each(g => {
 | ||||
| 		// 	servers.push(g.name + "," + g.ownerId);
 | ||||
| 		// });
 | ||||
| 		await message.reply(servers.join("\n")); | ||||
| 	} | ||||
| } | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user