-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from pxthinh/feature/view_tools
update view template for bot's tool
- Loading branch information
Showing
58 changed files
with
450 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '🔒 <b>Access Denied to Bot</b> 🚫', | ||
'chat_id' => '🛑 <b>Chat ID:</b> <code>:chatId</code> ', | ||
'message' => 'Please contact the administrator for further information, Thank You..', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Thanks for using our bot.', | ||
'description' => 'The bot is designed to send notifications based on GitHub and GitLab events from your repo instantly to your Telegram account.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Go to check the :link for more information about events.', | ||
'instruction' => '<b>Click and configure child events if the option has the ⚙ icon.</b>', | ||
'eventSelection' => 'And select an event to enable or disable notifications:', | ||
'documentation' => 'documentation', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Setting actions for the <b>:event</b> event :platformIcon.', | ||
'actionPrompt' => 'Please select an action of this event to enable or disable notifications:', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Your id is <code>:chat_id</code>', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'BOT MENU', | ||
|
||
'start' => 'Welcome to the bot', | ||
'menu' => 'Show menu of the bot', | ||
'token' => 'Show token of the bot', | ||
'id' => 'Show the ID of the current chat', | ||
'usage' => 'Show step by step usage', | ||
'server' => 'To get Server Information', | ||
'settings' => 'Go to settings of the bot', | ||
'back' => 'Back', | ||
|
||
'discussion' => '🗨 Discussion', | ||
'source_code' => '💠 Source Code', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'address' => 'Server Address : :link', | ||
'name' => 'Server Name : :link', | ||
'port' => 'Server Port : :link', | ||
'software' => 'Server Software : :link', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '✅ Menu button set successfully!', | ||
'restartMessage' => 'Please restart the bot to apply the changes.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '<b>Settings for your bot</b> 🤖', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '<b>🙋🏻 :appName 🤓</b>', | ||
'firstName' => 'Hey <b>:firstName</b>,', | ||
'notification' => 'I can send you notifications from your 🦑<b>GitHub</b> or 🦊<b>GitLab</b> Repository instantly to your Telegram. | ||
Use /menu for more options.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'This bot token is: <code>:token</code>', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
return [ | ||
'github' => [ | ||
'title' => '<b>Adding webhook (Web Address) to GitHub repositories</b> 🦑', | ||
'webhookSetupSteps' => [ | ||
'1) Redirect to <i>Repository Settings->Webhooks->Add Webhook</i>.', | ||
'2) Set your Payload URL.', | ||
'3) Set content type to \"<code>application/x-www-form-urlencoded</code>\".', | ||
'4) Choose events you would like to trigger in this webhook. (Recommended: <code>Let me select individual events</code>, and choose any events you want).', | ||
'5) Check <code>Active</code> checkbox. And click <code>Add Webhook</code>.', | ||
], | ||
], | ||
'gitlab' => [ | ||
'title' => '<b>Adding webhook (Web Address) to GitLab repositories</b> 🦊', | ||
'webhookSetupSteps' => [ | ||
'1) Redirect to <i>Repository Settings->Webhooks->Add new webhook</i>.', | ||
'2) Set your Payload URL.', | ||
'3) Choose events you would like to trigger in this webhook.', | ||
'4) Check <code>Enable SSL verification</code> if you are using SSL. And click <code>Add Webhook</code>.', | ||
], | ||
], | ||
'completionMessage' => '<b>That it. you will receive all notifications through me 🤗</b>', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '🔒 <b>Access Denied to Bot</b> 🚫', | ||
'chat_id' => '🛑 <b>Chat ID:</b> <code>:chatId</code> ', | ||
'message' => 'Please contact the administrator for further information, Thank You..', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Thanks for using our bot.', | ||
'description' => 'The bot is designed to send notifications based on GitHub and GitLab events from your repo instantly to your Telegram account.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Go to check the :link for more information about events.', | ||
'instruction' => '<b>Click and configure child events if the option has the ⚙ icon.</b>', | ||
'eventSelection' => 'And select an event to enable or disable notifications:', | ||
'documentation' => 'documentation', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Setting actions for the <b>:event</b> event :platformIcon.', | ||
'actionPrompt' => 'Please select an action of this event to enable or disable notifications:', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Your id is <code>:chat_id</code>', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'address' => 'Server Address : :link', | ||
'name' => 'Server Name : :link', | ||
'port' => 'Server Port : :link', | ||
'software' => 'Server Software : :link', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '✅ Menu button set successfully!', | ||
'restartMessage' => 'Please restart the bot to apply the changes.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '<b>Settings for your bot</b> 🤖', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '<b>🙋🏻 :appName 🤓</b>', | ||
'firstName' => 'Hey <b>:firstName</b>,', | ||
'notification' => 'I can send you notifications from your 🦑<b>GitHub</b> or 🦊<b>GitLab</b> Repository instantly to your Telegram. | ||
Use /menu for more options.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'This bot token is: <code>:token</code>', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
return [ | ||
'github' => [ | ||
'title' => '<b>Adding webhook (Web Address) to GitHub repositories</b> 🦑', | ||
'webhookSetupSteps' => [ | ||
'1) Redirect to <i>Repository Settings->Webhooks->Add Webhook</i>.', | ||
'2) Set your Payload URL.', | ||
'3) Set content type to \"<code>application/x-www-form-urlencoded</code>\".', | ||
'4) Choose events you would like to trigger in this webhook. (Recommended: <code>Let me select individual events</code>, and choose any events you want).', | ||
'5) Check <code>Active</code> checkbox. And click <code>Add Webhook</code>.', | ||
], | ||
], | ||
'gitlab' => [ | ||
'title' => '<b>Adding webhook (Web Address) to GitLab repositories</b> 🦊', | ||
'webhookSetupSteps' => [ | ||
'1) Redirect to <i>Repository Settings->Webhooks->Add new webhook</i>.', | ||
'2) Set your Payload URL.', | ||
'3) Choose events you would like to trigger in this webhook.', | ||
'4) Check <code>Enable SSL verification</code> if you are using SSL. And click <code>Add Webhook</code>.', | ||
], | ||
], | ||
'completionMessage' => '<b>That it. you will receive all notifications through me 🤗</b>', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '🔒 <b>Access Denied to Bot</b> 🚫', | ||
'chat_id' => '🛑 <b>Chat ID:</b> <code>:chatId</code> ', | ||
'message' => 'Please contact the administrator for further information, Thank You..', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Thanks for using our bot.', | ||
'description' => 'The bot is designed to send notifications based on GitHub and GitLab events from your repo instantly to your Telegram account.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Go to check the :link for more information about events.', | ||
'instruction' => '<b>Click and configure child events if the option has the ⚙ icon.</b>', | ||
'eventSelection' => 'And select an event to enable or disable notifications:', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Setting actions for the <b>:event</b> event :platformIcon.', | ||
'actionPrompt' => 'Please select an action of this event to enable or disable notifications:', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Your id is <code>:chat_id</code>', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'BOT MENU', | ||
|
||
'start' => 'Welcome to the bot', | ||
'menu' => 'Show menu of the bot', | ||
'token' => 'Show token of the bot', | ||
'id' => 'Show the ID of the current chat', | ||
'usage' => 'Show step by step usage', | ||
'server' => 'To get Server Information', | ||
'settings' => 'Go to settings of the bot', | ||
'back' => 'Back', | ||
|
||
'discussion' => '🗨 Discussion', | ||
'source_code' => '💠 Source Code', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'address' => 'Server Address : :link', | ||
'name' => 'Server Name : :link', | ||
'port' => 'Server Port : :link', | ||
'software' => 'Server Software : :link', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '✅ Menu button set successfully!', | ||
'restartMessage' => 'Please restart the bot to apply the changes.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '<b>Settings for your bot</b> 🤖', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '<b>🙋🏻 :appName 🤓</b>', | ||
'firstName' => 'Hey <b>:firstName</b>,', | ||
'notification' => 'I can send you notifications from your 🦑<b>GitHub</b> or 🦊<b>GitLab</b> Repository instantly to your Telegram. | ||
Use /menu for more options.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'This bot token is: <code>:token</code>', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
return [ | ||
'github' => [ | ||
'title' => '<b>Adding webhook (Web Address) to GitHub repositories</b> 🦑', | ||
'webhookSetupSteps' => [ | ||
'1) Redirect to <i>Repository Settings->Webhooks->Add Webhook</i>.', | ||
'2) Set your Payload URL.', | ||
'3) Set content type to \"<code>application/x-www-form-urlencoded</code>\".', | ||
'4) Choose events you would like to trigger in this webhook. (Recommended: <code>Let me select individual events</code>, and choose any events you want).', | ||
'5) Check <code>Active</code> checkbox. And click <code>Add Webhook</code>.', | ||
], | ||
], | ||
'gitlab' => [ | ||
'title' => '<b>Adding webhook (Web Address) to GitLab repositories</b> 🦊', | ||
'webhookSetupSteps' => [ | ||
'1) Redirect to <i>Repository Settings->Webhooks->Add new webhook</i>.', | ||
'2) Set your Payload URL.', | ||
'3) Choose events you would like to trigger in this webhook.', | ||
'4) Check <code>Enable SSL verification</code> if you are using SSL. And click <code>Add Webhook</code>.', | ||
], | ||
], | ||
'completionMessage' => '<b>That it. you will receive all notifications through me 🤗</b>', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '🔒 <b>Access Denied to Bot</b> 🚫', | ||
'chat_id' => '🛑 <b>Chat ID:</b> <code>:chatId</code> ', | ||
'message' => 'Please contact the administrator for further information, Thank You..', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Thanks for using our bot.', | ||
'description' => 'The bot is designed to send notifications based on GitHub and GitLab events from your repo instantly to your Telegram account.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Go to check the :link for more information about events.', | ||
'instruction' => '<b>Click and configure child events if the option has the ⚙ icon.</b>', | ||
'eventSelection' => 'And select an event to enable or disable notifications:', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Setting actions for the <b>:event</b> event :platformIcon.', | ||
'actionPrompt' => 'Please select an action of this event to enable or disable notifications:', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Your id is <code>:chat_id</code>', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'BOT MENU', | ||
|
||
'start' => 'Welcome to the bot', | ||
'menu' => 'Show menu of the bot', | ||
'token' => 'Show token of the bot', | ||
'id' => 'Show the ID of the current chat', | ||
'usage' => 'Show step by step usage', | ||
'server' => 'To get Server Information', | ||
'settings' => 'Go to settings of the bot', | ||
'back' => 'Back', | ||
|
||
'discussion' => '🗨 Discussion', | ||
'source_code' => '💠 Source Code', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'address' => 'Server Address : :link', | ||
'name' => 'Server Name : :link', | ||
'port' => 'Server Port : :link', | ||
'software' => 'Server Software : :link', | ||
]; |
Oops, something went wrong.