This commit is contained in:
Sakuhl 2018-01-15 17:55:10 +01:00
parent 535059290e
commit 42b2f3ff7b

View File

@ -52,7 +52,7 @@ fn main() {
.on_conflict(guilds::prefix)
.do_nothing()
.execute(&conn) {
let _ = reqwest::get("https://https://wynnapi.herokuapp.com/").unwrap();
let _ = reqwest::get("https://wynnapi.herokuapp.com/").unwrap();
} else {
println!("Fail!");
}