Replies: 1 comment 1 reply
-
It's only possible to do so using a selfbot with this library. Also discord made normal bots unable to run slash commands of other bots, obviously. Here's an example of using slash commands as a selfbot: async for cmd in channel.slash_commands(query='h'):
if cmd.name == 'hi':
await cmd(param=value) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is it possible to use your package to send a command with a custom bot to another bot ?
Beta Was this translation helpful? Give feedback.
All reactions