Skip to content

Commit

Permalink
Rename userbot to telebot
Browse files Browse the repository at this point in the history
  • Loading branch information
xditya committed Oct 27, 2020
1 parent 28fb315 commit d0c3ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion telebot/plugins/blacklist.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from telebot.utils import admin_cmd
from telethon import events

import userbot.plugins.sql_helper.blacklist_sql as sql
import telebot.plugins.sql_helper.blacklist_sql as sql


@telebot.on(events.NewMessage(incoming=True))
Expand Down
2 changes: 1 addition & 1 deletion telebot/plugins/pmsecurity.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from telethon import events, functions
from telethon.tl.functions.users import GetFullUserRequest

import userbot.plugins.sql_helper.pmpermit_sql as pmpermit_sql
import telebot.plugins.sql_helper.pmpermit_sql as pmpermit_sql

PMPERMIT_PIC = os.environ.get("PMPERMIT_PIC", None)
TELEPIC = (
Expand Down

0 comments on commit d0c3ad4

Please sign in to comment.