mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
Add redbot.core.app_commands namespace (#6006)
This commit is contained in:
@@ -50,15 +50,6 @@ def test_dpy_commands_reexports():
|
||||
dpy_attrs.add(attr_name)
|
||||
|
||||
missing_attrs = dpy_attrs - set(commands.__dict__.keys())
|
||||
# temporarily ignore things related to app commands as the work on that is done separately
|
||||
missing_attrs -= {
|
||||
"GroupCog",
|
||||
"HybridGroup",
|
||||
"hybrid_group",
|
||||
"hybrid_command",
|
||||
"HybridCommand",
|
||||
"HybridCommandError",
|
||||
}
|
||||
|
||||
if missing_attrs:
|
||||
pytest.fail(
|
||||
|
||||
Reference in New Issue
Block a user