dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
665 stars 155 forks source link

Bot not responding to commands #467

Closed shiguresouma closed 1 year ago

shiguresouma commented 1 year ago

Summary

Using selfcord/examples/basic-bot.py, does not respond to add command

Reproduction Steps

Clone basic-bot.py from examples instantiate bot with prefix '&' bot = commands.Bot(command_prefix='&', description=description, self_bot=True)

bot works but does not respond to sample add command or repeat, etc. I've tried to copy basic-bot.py with both discord-py-self import and selfcord branch, neither works. Using venv

Code

No response

Expected Results

responds to add command &add 1 2 should output 3

Actual Results

nothing

System Information

Checklist

Additional Information

No response

dolfies commented 1 year ago

If you're using the commands from a separate account, remove self_bot=True. Either way, no repro.