fix poise dependency
This commit is contained in:
		@@ -11,7 +11,7 @@ edition = "2021"
 | 
				
			|||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
 | 
					tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
 | 
				
			||||||
# songbird = { version = "0.3.2", features = ["yt-dlp"] }
 | 
					# songbird = { version = "0.3.2", features = ["yt-dlp"] }
 | 
				
			||||||
poise = { path = "../poise/", features = ["cache"] }
 | 
					poise = { version = "0.5.7", features = ["cache"] }
 | 
				
			||||||
dotenv = "0.15.0"
 | 
					dotenv = "0.15.0"
 | 
				
			||||||
anyhow = "1.0.75"
 | 
					anyhow = "1.0.75"
 | 
				
			||||||
url = "2.4.1"
 | 
					url = "2.4.1"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user