Fixed config thinfy
This commit is contained in:
parent
fb41f973a4
commit
b449a80804
1 changed files with 3 additions and 3 deletions
|
|
@ -486,9 +486,9 @@ async fn stop(_user: UserLoggedIn) -> Redirect {
|
|||
struct BotConfig {
|
||||
piscine: Vec<String>,
|
||||
pc_tut: Vec<String>,
|
||||
id_server: String,
|
||||
id_channel_alerte: String,
|
||||
id_rote: String,
|
||||
id_server: u64,
|
||||
id_channel_alerte: u64,
|
||||
id_rote: u64,
|
||||
mois: String,
|
||||
annee: String,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue