Skip to content

Commit

Permalink
refactor: remove unused imports and clean up docblock parameter types
Browse files Browse the repository at this point in the history
  • Loading branch information
bariscodefxy committed Nov 22, 2024
1 parent c19b3c1 commit 884057f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/commands/economy/Daily.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

namespace hiro\commands;

use Discord\Parts\Embed\Embed;
use hiro\database\Database;

/**
Expand Down
6 changes: 3 additions & 3 deletions src/commands/economy/Money.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ public function configure(): void
$this->aliases = ["cash"];
$this->category = "economy";
}

/**
* handle
*
* @param [type] $msg
* @param [type] $args
* @param mixed $msg
* @param mixed $args
* @return void
*/
public function handle($msg, $args): void
Expand Down
1 change: 0 additions & 1 deletion src/commands/economy/Pay.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
namespace hiro\commands;

use Discord\Helpers\Collection;
use Discord\Parts\Embed\Embed;
use Discord\Parts\Interactions\Command\Option;
use hiro\database\Database;

Expand Down

0 comments on commit 884057f

Please sign in to comment.