Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
0x70b1a5 committed Feb 29, 2024
1 parent 82af60e commit fd722aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gateway_api.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use kinode_process_lib::print_to_terminal;
use serde::{Deserialize, Serialize};

use super::types::*;
Expand Down Expand Up @@ -92,6 +93,8 @@ pub fn parse_gateway_blob(
}
};

print_to_terminal(0, &format!("discord_api: gateway blob: {:?}", payload));

let seq = payload.s;

match payload.op {
Expand Down

0 comments on commit fd722aa

Please sign in to comment.