onyxcord 3.2.0 → 3.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/onyxcord/core/bot/awaits.rb +1 -1
- data/lib/onyxcord/core/bot/runtime.rb +1 -1
- data/lib/onyxcord/core/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37831cee5e469b515d61360bfe1f6ad947c02a94adc801d4fef29118118b66f4
|
|
4
|
+
data.tar.gz: 52f92ddc708cb3d8237a637191357ddf6a29a9743f5f28faf84eb092aa0616ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b16e3f8ec311f6aab31d4fc650b34c7386da6b19604d61f0d852861f9a8092881ac007a9321ee596090b433edcb08e80888cfa046cfa3406ece9136d8752f0e
|
|
7
|
+
data.tar.gz: 3535bf3a10491e262f920db6f71f8d2a7678ce5cdd3c57e60f954fe790d63bb38e65854e31b8fac98880acb27bb9b126d96f27d4e653131b05ed2233a69155af
|
|
@@ -105,7 +105,7 @@ module OnyxCord
|
|
|
105
105
|
|
|
106
106
|
# Raises a heartbeat event. Called by the gateway connection handler used internally.
|
|
107
107
|
def raise_heartbeat_event
|
|
108
|
-
raise_event(HeartbeatEvent.new(self))
|
|
108
|
+
raise_event(OnyxCord::Events::HeartbeatEvent.new(self))
|
|
109
109
|
end
|
|
110
110
|
end
|
|
111
111
|
end
|