Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Adnan219 committed Sep 10, 2022
1 parent 58a4a08 commit a9e8ce7
Show file tree
Hide file tree
Showing 7 changed files with 1,031 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bot.kg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include "bots.kgl"
var token='5689364691:AAE-m5YBGMQ7QltUKxdS80JfFUNPjmOjVtE'
var token='5689364691:AAEvSh05PS8HDNGdM_O6fUjdCfStBH7eBVI'



Expand All @@ -18,8 +18,8 @@ var chat_id= message.get("chat")
var id=chat_id.get("id")

if text=="/start"{

var data=dict(chat_id=id,text="hi")
var txt="عرربي اننن"
var data=dict(chat_id=id,text=txt)
var method ="sendMessage"
PostDataBot(method,data)}

Expand Down
Binary file modified bots.kgl
Binary file not shown.
1 change: 1 addition & 0 deletions data.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
798872832
Loading

0 comments on commit a9e8ce7

Please sign in to comment.