From 413f75923956536dd8da0c87ceedd585638f90ef Mon Sep 17 00:00:00 2001 From: EQUENOS <50338932+EQUENOS@users.noreply.github.com> Date: Fri, 3 Nov 2023 19:12:36 +0300 Subject: [PATCH] Make `AppCmdIndex` public --- disnake/ext/commands/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/disnake/ext/commands/__init__.py b/disnake/ext/commands/__init__.py index ea897b384e..edc00a72d1 100644 --- a/disnake/ext/commands/__init__.py +++ b/disnake/ext/commands/__init__.py @@ -22,5 +22,6 @@ from .flag_converter import * from .flags import * from .help import * +from .interaction_bot_base import * from .params import * from .slash_core import *