Update bot.lua

This commit is contained in:
groupforspeed 2016-04-19 22:06:20 +04:30
parent 682fa27495
commit 7700a5333c

18
bot.lua
View File

@ -6,8 +6,8 @@ JSON = require('dkjson')
HTTPS = require('ssl.https') HTTPS = require('ssl.https')
dofile('utilities.lua') dofile('utilities.lua')
----config---- ----config----
local bot_api_key = "" --BOT TOKEN تو کن ربات خود را در اینجا قرار دهید local bot_api_key = "185395184:AAG3jzofK0I4ALvsJh56sUGDRTcQfy2M1EU" --BOT TOKEN تو کن ربات خود را در اینجا قرار دهید
local You = 188548712 --ID ADMIN ایدی خود را اینجا قرار دهید local You = 67559249 --ID ADMIN ایدی خود را اینجا قرار دهید
local BASE_URL = "https://api.telegram.org/bot"..bot_api_key local BASE_URL = "https://api.telegram.org/bot"..bot_api_key
local BASE_FOLDER = "" local BASE_FOLDER = ""
local start = [[ ]] local start = [[ ]]
@ -19,19 +19,19 @@ local help = [[
*commands:*`for admin` *commands:*`for admin`
`/ban` `/ban`
بن کردن یک شخص Ban a users
`/unban` `/unban`
ان بن کردن یک شخص Ban find a person
`/users` `/users`
تعداد کاربران Number of users
`/broadcast` `/broadcast`
شروع پیام همگانی START broadcast
`/unbroadcast` `/unbroadcast`
پایان ارسال پیام همگانی End universal message
`/start` `/start`
شروع START
`/id` `/id`
ایدی ID
M.KH @cruel0098 M.KH @cruel0098
]]-- ]]--