Skip to content
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

How to fix the script #52

Open
ege75753 opened this issue May 3, 2023 · 2 comments
Open

How to fix the script #52

ege75753 opened this issue May 3, 2023 · 2 comments

Comments

@ege75753
Copy link

ege75753 commented May 3, 2023

Ok hello so the script does not work because of a discord update so im gonna tell u how to make it work

so in line 31 "i dont know the line perfect but it should say 'client ='"

so change that to the following code

intents = discord.Intents.default()
client = discord.Client(intents=intents)
intents.message_content = True
bot = commands.Bot(command_prefix='!', intents=intents)

thats it you fixed the program hooray!

@THEKILERFRIEND
Copy link

hey I got a question. is it bugging for you too when you have a lot of people? for me it is super buggy.
image

@ege75753
Copy link
Author

@THEKILERFRIEND if you wanna use it for a lot of people i suggest you dont use this one because it can launch commands on every machine on 1 channel so its kind if broken i suggest you to use Quasar https://github.com/quasar/Quasar for actually using this on a lot of poeple because it is really buggy when there is more then 1 client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants