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
Uh oh!
There was an error while loading. Please reload this page.
-
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