i18n support added
This commit is contained in:
+3
-2
@@ -3,8 +3,9 @@
|
||||
// require __DIR__ . '/debug.php';
|
||||
require __DIR__ . '/bot.php';
|
||||
require __DIR__ . '/config.php';
|
||||
require __DIR__ . '/i18n.php';
|
||||
|
||||
$bot = new Bot($c['key']);
|
||||
$bot->setwebhook($c['key']);
|
||||
$bot = new Bot($c['key'], $i);
|
||||
$bot->setwebhook();
|
||||
$bot->setcommands();
|
||||
$bot->syncPortClients();
|
||||
|
||||
Reference in New Issue
Block a user