-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discord update solution #42
Comments
Same issue for me as well. As all commands on discord with the bot don't work anymore |
let me know if you find a solution please |
So the fix to this in to add " INHOUSE_BOT_COMMAND_PREFIX: COMMAND_HERE(default is !)" in your docker_compose.yml file and run docker-compose up so it recreates it and your all good |
As written in the
It was known that Discord was developping breaking changes that would make the bot require a rewrite unfortunately. I don't have the time to handle that at the moment. I'll leave the thread open so people can see it here too, but a good title would help. |
To end this discussion, the solution that worked was as follows: (Along with what our friend spiralwind said above) So the fix to this in to add "INHOUSE_BOT_COMMAND_PREFIX: COMMAND_HERE(default is !)" in your docker_compose.yml file and run docker-compose up so it recreates it and your all good With that the bot works again through the command ''/'' |
but wouldn't I have to have cloud access to modify the inhouse_bot.py file? |
Conseguiram resolver o bot do inhouse bot? |
Coloquei INHOUSE_BOT_COMMAND_PREFIX: COMMAND_HERE(default is !) e não voltou a funcionar. I put INHOUSE_BOT_COMMAND_PREFIX: COMMAND_HERE(default is !) and it didn't work again. |
@literallyfabin conseguiu resolver? não sei como modificar a .py ja que é no docker. Tem como dar uma força ? possuo um servidor grande e preciso colocar o bot do inhouse pra funcionar. Me chama no disc CBLIXO#0068 te dou uma grana se ajudar! |
yeah, what are the details needed to login to adminer? |
it was failed to mention but It the same process as done on the youtube tutorial but he forgot to add for the |
Yeah sorry, I did that and it still doesn't work :/ , it just says "connection refused" |
you need to make sure that the you wrote everything right so below |
thank you man, helped out a lot |
someone has able to find how to edit the inhouse_bot.py? to put "intent.messages = True" in inhouse_bot.py file
|
Do you know any alternatives or a fix? Trying to set this up |
Could you please provide more info on how to edit the file, since we do not have the permission to edit files in the original repo? |
In the discord development portal, in the guide you have to enable 'Server Member Intent', you must also enable 'Message Content Intent' this is the important step! In docker compose, under the emojis make sure you enter this in the same tab line, You can change the command to whatever you want, by default it is '!'. |
discord had an update in which the bot stopped working, which in this case commands like prefix ''!, %, $'' don't work. Would you be able to update to commands like /queue top ?
The text was updated successfully, but these errors were encountered: