Panini-Devs / bismarck

Multipurpose discord bot written in rust!
GNU General Public License v3.0
5 stars 5 forks source link

proposed changes from discord #3

Closed Jolkert closed 6 months ago

Jolkert commented 6 months ago

These are the changes needed to make the fixes mentioned on Discord.
Currently, the dynamic prefix closure will always return

Ok(Some("+".to_string()))

This will fix that and also remove the need for the Error turbofish