Add min tip amount, min withdrawal amount and withdrawal fee.

This commit is contained in:
t1amak
2025-05-29 07:49:26 +00:00
parent 7a0fae0d7a
commit 6f14445858
4 changed files with 36 additions and 7 deletions

View File

@@ -33,6 +33,6 @@ $context = [
'raw' => $message['text'] ?? '',
];
$handler = new SalviumTipBotCommands($db, $wallet);
$handler = new SalviumTipBotCommands($db, $wallet, $config);
$handler->handle($command, $args, $context);
?>