#Help regarding import
1 messages · Page 1 of 1 (latest)
but not sure why it isn't working/showing up
this is the file structure
this is the file structure
Literally just reply back with hello
Just for test reasons
Not an actual command i plan to register
Kinda new to pycord thats all
And python in general
It doesn't work like that
You're trying to import another bot instance
Which doesn't make sense. You already have you bot instance in main.py
If you want to separate commands, then you need cogs, not just separate files with a new bot instance.
Here's the slash cog example.
mmm ok
so i understand making the actual command part
will this register when i run main.py?
i dont understand that bit