Add min tip amount, min withdrawal amount and withdrawal fee.
This commit is contained in:
@@ -33,6 +33,6 @@ $context = [
|
||||
'raw' => $message['text'] ?? '',
|
||||
];
|
||||
|
||||
$handler = new SalviumTipBotCommands($db, $wallet);
|
||||
$handler = new SalviumTipBotCommands($db, $wallet, $config);
|
||||
$handler->handle($command, $args, $context);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user