mirror of
				https://github.com/musix-org/musix-oss
				synced 2025-11-04 06:49:31 +00:00 
			
		
		
		
	Update botListApi.js
This commit is contained in:
		@@ -17,9 +17,6 @@ module.exports = function (client) {
 | 
				
			|||||||
    dbl.on("error", (e) => {
 | 
					    dbl.on("error", (e) => {
 | 
				
			||||||
        console.log(`DBL error: ${e}`);
 | 
					        console.log(`DBL error: ${e}`);
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
    bod.on("posted", (m) => {
 | 
					 | 
				
			||||||
        console.log(m);
 | 
					 | 
				
			||||||
    });
 | 
					 | 
				
			||||||
    bod.on("error", (e) => {
 | 
					    bod.on("error", (e) => {
 | 
				
			||||||
        console.log(`BOD error ${e}`);
 | 
					        console.log(`BOD error ${e}`);
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
@@ -38,13 +35,3 @@ module.exports = function (client) {
 | 
				
			|||||||
        dbl.postStats(guildCount * 7, client.shard.ids, client.config.shards);
 | 
					        dbl.postStats(guildCount * 7, client.shard.ids, client.config.shards);
 | 
				
			||||||
    }, 1800000);
 | 
					    }, 1800000);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
const bod_api = require("bodapi.js");
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const bod = new bod_api("ApeUyjSHi0tmMYybVwai3PxKvFvq3S", client);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
bod.on("posted", (m) => {
 | 
					 | 
				
			||||||
    console.log(m);
 | 
					 | 
				
			||||||
});
 | 
					 | 
				
			||||||
bod.on("error", (e) => {
 | 
					 | 
				
			||||||
    console.log(`BOD error ${e}`);
 | 
					 | 
				
			||||||
});
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user