mirror of
				https://github.com/osmarks/autobotrobot
				synced 2025-10-30 15:42:59 +00:00 
			
		
		
		
	fix presence
This commit is contained in:
		| @@ -206,7 +206,7 @@ async def andrew_bad(ctx): | |||||||
| async def on_ready(): | async def on_ready(): | ||||||
|     logging.info("Connected as " + bot.user.name) |     logging.info("Connected as " + bot.user.name) | ||||||
|     await bot.change_presence(status=discord.Status.online,  |     await bot.change_presence(status=discord.Status.online,  | ||||||
|         activity=discord.Activity(name=f"to {bot.command_prefix}help", type=discord.ActivityType.listening)) |         activity=discord.Activity(name=f"{bot.command_prefix}help", type=discord.ActivityType.listening)) | ||||||
|  |  | ||||||
| async def run_bot(): | async def run_bot(): | ||||||
|     bot.database = await db.init(config["database"]) |     bot.database = await db.init(config["database"]) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user