mirror of
https://github.com/the-programmers-hangout/Mimic.git
synced 2026-09-04 09:16:00 +02:00
laravel pint format
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
namespace App\Traits;
|
||||
|
||||
use Discord\Parts\Interactions\Interaction;
|
||||
|
||||
trait SlashCommandHelpers
|
||||
{
|
||||
protected function reply($interaction, string $title, string $content)
|
||||
@@ -27,7 +25,6 @@ trait SlashCommandHelpers
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
protected function setConfig($interaction, string $key, $value)
|
||||
{
|
||||
$oldValue = \App\Models\Config::get($key);
|
||||
@@ -41,7 +38,6 @@ trait SlashCommandHelpers
|
||||
return $this->reply($interaction, 'Config Updated', $message);
|
||||
}
|
||||
|
||||
|
||||
protected function viewConfig($interaction, string $key)
|
||||
{
|
||||
$currentValue = \App\Models\Config::get($key);
|
||||
|
||||
Reference in New Issue
Block a user