#Making a Interface for join2create
1 messages · Page 1 of 1 (latest)
then do u have the code with u. Without the code, it's hard to debug your problem
also select menus can only hold up to 25 values max
So it's a better option to create whatever user u wanna kick with an parameter instead
example:
from discord.commands import Option
async def kick(self, ctx, user: Option(discord.Member, "the user to kick")
ahh ok
then I'm not sure if there are any other better ways to handle that
code seems ok to me. I mainly use ORMs and the connection pools are already handled for me by the ORM