Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
Major bug fixes, refactoring of code
  • Loading branch information
valzargaming authored Apr 14, 2020
1 parent fb4a42f commit da39a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
$discord->once('ready', function () use ($discord, $loop, $token){ // Listen for events here
echo "[SETUP]" . PHP_EOL;
//$line_count = COUNT(FILE(basename($_SERVER['PHP_SELF']))); //No longer relevant due to includes
$version = "RC V1.3.0";
$version = "RC V1.4.0";

$discord->user->setPresence( //Discord status
array(
Expand Down

0 comments on commit da39a50

Please sign in to comment.