mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
Apparently it was too short
This commit is contained in:
parent
f70e867a6e
commit
4d611a3e46
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ pub fn serial_code(req: HttpRequest, body: String) -> HttpResponse {
|
|||
item = global::gift_item_basic(1, 6000, 1, "Only because you asked...", &mut user);
|
||||
} else if body["input_code"].to_string() == "sleepysleepyslep" {
|
||||
item = global::gift_item_basic(15540001, 50, 3, "I am tired", &mut user);
|
||||
} else if body["input_code"].to_string() == "hu_tao" {
|
||||
} else if body["input_code"].to_string() == "ilikeganyu!!!!!!" {
|
||||
item = global::gift_item_basic(16005003, 100, 3, "I need more primogems", &mut user);
|
||||
} else {
|
||||
let resp = object!{
|
||||
|
|
Loading…
Add table
Reference in a new issue