Skip to content

AkinYoungSoftware/TgEglenceBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Telegram Doğruluk mu? Cesaret mi? Oyun Botu

~Bot~


Bot Hakkında

Pyrogram Bot Api Kullanılarak yazılmış basit telegram doğruluk mu? cesaret mi? oyun botu!

Heroku'da Clonlamak

Deploy

Alanları Doldurma

Örnek Start Komutu

from pyrogram import Client, filters

K_G = Client(
    "Pyrogram Bot",
    bot_token=YOUR_BOT_TOKEN,
    api_id=YOUR_API_ID,
    api_hash=YOUR_API_HASH
    )

@K_G.on_message(filters.command("start"))
async def _(client, message):
    await message.reply_text(text="Merhaba")

İletişim

Şikayet, bağış v.b. için benim ile telegram'dan iletişime geç @YoungSoftware

Credit

Thanks for;

Akın

Dan Pyrogram Library Kütüphanesi için

About

Pyrogram bot api ile yazılmış basit telegram oyun botu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages