Skip to content

Commit

Permalink
New ConnectionImpl#send_receipt method
Browse files Browse the repository at this point in the history
  • Loading branch information
erdnaxeli committed Dec 2, 2020
1 parent c728d0c commit d07339c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/connection.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ require "json"

require "./events"
require "./errors"
require "./modules/*"
require "./responses/*"

module Caridina
Expand All @@ -20,6 +21,7 @@ module Caridina

class ConnectionImpl
include Connection
include Modules::Receipts

Log = Caridina::Log.for(self)

Expand Down

0 comments on commit d07339c

Please sign in to comment.