Aledev3 / Userbot-personal

This code is free it is not a code that is very long
GNU Affero General Public License v3.0
1 stars 5 forks source link

The file bye is written wrong #2

Closed LightYagami28 closed 2 years ago

LightYagami28 commented 2 years ago

from telethon import eventi

@userbot_personal.on(events.NewMessage(outgoing=True, pattern=r".bye"))

The correction are

from telethon import events

@userbot_personal.on(events.NewMessage(outgoing=True, pattern=r".bye"))

Exekutori commented 2 years ago

resolved.