Skip to content

Commit

Permalink
chore(commands): Botinfo: change description
Browse files Browse the repository at this point in the history
  • Loading branch information
bariscodefxy committed Jun 2, 2024
1 parent b20023e commit 528e98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/utility/Botinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Botinfo extends Command
public function configure(): void
{
$this->command = "botinfo";
$this->description = "Bans mentioned user.";
$this->description = "Shows bot's information.";
$this->aliases = [];
$this->category = "utility";
}
Expand Down

0 comments on commit 528e98d

Please sign in to comment.