reload code without restart #1177
Replies: 1 comment
-
Does this persist with pycord installed from the master branch? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello everyone, how can I reload code without restart discord bot?
I try bot.reload_extension('cog_name')
,bot.register_commands(bot.application_commands)
andbot.sync_commands(bot.application_commands)
I check discord debug log, it put commands return 200
but command return value still old code not new code.
Beta Was this translation helpful? Give feedback.
All reactions