I'm kinda a noob in programming but I like to be organized nontheless so im wondering how I can have seperate files for each command within a "cmds" folder and then have them called in the main.py file. I think its something with extensions but i simply dont really know how to make use of the documentation without a specific example or template. And it cant be a cog stucture because im trying to create some context menu apps which dont work in cogs. (So im currently converting my cog based bot with slash commands to be able to use context menus aswell as slash commands)
Hope someone can just give me a little example of what to put in the main.py file aswell as how to structure the dedicated file.
