generated from Oliver/discord-bot-template
	use custom poise fork until it gets updated
This commit is contained in:
		@@ -10,8 +10,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"] }
 | 
					poise = { features = ["cache"], git="https://github.com/Rushmore75/poise.git", rev="6afaf44a791cd3ff590c89fda26c94b4411b3266" }
 | 
				
			||||||
poise = { version = "0.6", features = ["cache"], path="../poise" }
 | 
					 | 
				
			||||||
dotenv = "0.15.0"
 | 
					dotenv = "0.15.0"
 | 
				
			||||||
anyhow = "1.0.75"
 | 
					anyhow = "1.0.75"
 | 
				
			||||||
once_cell = "1.19.0"
 | 
					once_cell = "1.19.0"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user