Skip to content

Commit ee91e6d

Browse files
committed
Rename bots folder to keyboards
1 parent 920f8ff commit ee91e6d

13 files changed

Lines changed: 2 additions & 2 deletions

pyrogram/client/filters/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import re
2020

2121
from .filter import Filter
22-
from ..types.bots import InlineKeyboardMarkup, ReplyKeyboardMarkup
22+
from ..types.keyboards import InlineKeyboardMarkup, ReplyKeyboardMarkup
2323

2424

2525
def create(name: str, func: callable, **kwargs) -> type:

pyrogram/client/types/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

19-
from .bots import *
19+
from .keyboards import *
2020
from .inline_mode import *
2121
from .input_media import *
2222
from .input_message_content import *
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pyrogram/client/types/bots/inline_keyboard_button.py renamed to pyrogram/client/types/keyboards/inline_keyboard_button.py

File renamed without changes.

pyrogram/client/types/bots/inline_keyboard_markup.py renamed to pyrogram/client/types/keyboards/inline_keyboard_markup.py

File renamed without changes.

0 commit comments

Comments
 (0)