Skip to content

Commit

Permalink
Release 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowRunescape authored Jan 1, 2023
2 parents 94a068b + cbad495 commit 38fa08b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Discord.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Discord

public function __construct(string $token)
{
Logger::Info("Starting DiscordPHP 3.0.4");
Logger::Info("Starting DiscordPHP 3.0.5");

$this->token = $token;

Expand Down Expand Up @@ -66,7 +66,8 @@ private function processSocket(int $stop = Event::OP["HEARTBEAT_ACK"])

while ($op !== $stop) {
$this->event->executeEvent([
"t" => "ON_TICK"
"t" => "ON_TICK",
"d" => []
]);

$receive = null;
Expand Down

0 comments on commit 38fa08b

Please sign in to comment.