Relative Content

Tag Archive for pythonfunctiondecorator

How to run function without calling it (like nextcord)?

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