channel selection shows properly. loader
This commit is contained in:
@ -25,7 +25,7 @@ type Database = MySql;
|
||||
#[derive(Debug)]
|
||||
enum Error {
|
||||
SQLx(sqlx::Error),
|
||||
serenity(serenity::Error),
|
||||
Serenity(serenity::Error),
|
||||
}
|
||||
|
||||
#[catch(401)]
|
||||
|
Reference in New Issue
Block a user