mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Post stats before indexing all servers
This commit is contained in:
		@@ -73,6 +73,9 @@ class Titan(discord.Client):
 | 
			
		||||
            await self.logout()
 | 
			
		||||
            return
 | 
			
		||||
        
 | 
			
		||||
        self.discordBotsOrg = DiscordBotsOrg(self.user.id, config.get("discord-bots-org-token", None))
 | 
			
		||||
        await self.discordBotsOrg.post(len(self.servers))
 | 
			
		||||
 | 
			
		||||
        if "no-init" not in sys.argv:
 | 
			
		||||
            for server in self.servers:
 | 
			
		||||
                await self.database.update_guild(server)
 | 
			
		||||
@@ -95,9 +98,6 @@ class Titan(discord.Client):
 | 
			
		||||
        else:
 | 
			
		||||
            print("Skipping indexing server due to no-init flag")
 | 
			
		||||
 | 
			
		||||
        self.discordBotsOrg = DiscordBotsOrg(self.user.id, config.get("discord-bots-org-token", None))
 | 
			
		||||
        await self.discordBotsOrg.post(len(self.servers))
 | 
			
		||||
 | 
			
		||||
    async def on_message(self, message):
 | 
			
		||||
        await self.database.push_message(message)
 | 
			
		||||
        await self.socketio.on_message(message)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user