We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72c501 commit ca71e5eCopy full SHA for ca71e5e
botbase/wraps/member.py
@@ -1,7 +1,6 @@
1
from __future__ import annotations
2
3
from nextcord import Member
4
-from nextcord.ext.commands import MemberConverter
5
6
from . import wrap
7
botbase/wraps/thread.py
from nextcord import Thread
-from nextcord.ext.commands import ThreadConverter
botbase/wraps/user.py
from nextcord import User
-from nextcord.ext.commands import UserConverter
0 commit comments