Python Discord bot not working?
So the bot starts and works, but everything that is in MyClient is not executed.
Does anyone have a solution/explanation for this?
So the bot starts and works, but everything that is in MyClient is not executed.
Does anyone have a solution/explanation for this?
Hello everyone. I have a problem that I unfortunately no longer know how to use. I'm using Ubuntu Linux, and I'm supposed to share groups with specific permissions (rwx, etc.), but unfortunately, I don't know how. I'd appreciate some help 🙂
Hello, I have an idea but I'm missing the basics to implement it. The idea is this: I want to create a 3D room and decorate it with items. What's important to me is that I take a picture of an object and have the image converted into a 3D model. Does anyone know where…
Can anyone tell me why the error message is displayed?
Hey everyone, I can use Google, but there are a lot of smart people here. For a private project, I am looking for a way to host a Spring Boot process, i.e. Java, and a Postgres. I'll probably be able to deliver JavaScript, HTML, and other resources to any hosting provider. There will probably always…
I've been having RTC connecting and no route issues the whole time, and I've watched eight YouTube tutorials. I can't fix it. I need help. I changed something in my internet settings; it said IPv4, but I've restored everything to normal.
I would like to have the correct text appear in Python when someone enters their gender, but it doesn't appear for me. Only a certain text appears, regardless of whether I write man or woman. What am I doing wrong?
I don’t know the API, but I can guess something from the code.
You define a class here, but don’t do anything with her. An object of the type MyClient is not created anywhere. So no code is executed.
Neither do you set up an instance of your class, nor do you call one of their methods (or connect them with events).
You could commands.Bot, instead of discord.Client heir. You give your class another constructor who gives the arguments for intents and command_prefix to the base class. In line 6, it is logical to create an instance of your class.