Skip to content

command_prefix=None performance hit? #488

Answered by dolfies
God-damnit-all asked this question in Help
Discussion options

You must be logged in to vote

The ext.commands module is mostly untouched (except for removing app_command stuff) as it's an extension and doesn't really implement the Discord API. Whatever performance hit exists would be the same.

self_bot doesn't control authentication, it controls bot behavior. By default, the bot only responds to other users' command invocations. With self_bot=True, it response to only itself (the classic selfbot). With user_bot=True, it responds to both.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by God-damnit-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants