Same allow as for voice as normal gateway

This commit is contained in:
kozabrada123 2023-07-28 18:04:16 +02:00
parent 2337ed78a6
commit 257ff31904
1 changed files with 1 additions and 0 deletions

View File

@ -408,6 +408,7 @@ impl VoiceGateway {
}
/// Handles sending heartbeats to the voice gateway in another thread
#[allow(dead_code)] // FIXME: Remove this, once all fields of VoiceHeartbeatHandler are used
struct VoiceHeartbeatHandler {
/// The heartbeat interval in milliseconds
pub heartbeat_interval: Duration,