I want to know how to run a function without calling it yourself. The library “nextcord” has that feature. You don’t need to type the function name and “() ” after, the function just calls itself. I think the decorator bot.command does that somehow
I didn’t try anything, since I don’t even have an idea of how to did it
I expected the function to call itself