Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Remove EventListener.onDisconnect()
Browse files Browse the repository at this point in the history
  • Loading branch information
Defxult committed Oct 8, 2023
1 parent e27085d commit a68bef0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/Discord/Gateway.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1389,11 +1389,6 @@ open class EventListener {
/// - Parameter user: The bot user who connected.
open func onConnect(user: ClientUser) async {}

// MARK: Disconnect

/// Dispatched when the bot has disconnected from Discord.
open func onDisconnect() async {}



// MARK: Audit Log
Expand Down

0 comments on commit a68bef0

Please sign in to comment.