slash in cog #1078
slash in cog
#1078
|
is that when main.py have slash_command, then the cog.py's slash_command is no active? |
Answered by
Dorukyum
Mar 29, 2022
Replies: 2 comments
|
You have to load your cogs outside the |
0 replies
|
You can load the cogs anytime before on_connect is ran. |
0 replies
Answer selected by
Dorukyum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can load the cogs anytime before on_connect is ran.