Open serverkur opened 3 years ago
Is your token correct?
yes
It's easy to fix! Just replace the response["code"]
with str(response["code"]
;) Hope I could help.
Also, check out my "issue", I solved most of the problems! https://github.com/AnushK-Fro/Discord-Voice-Chat-Game-Activities/issues/2
i found another code
It's easy to fix! Just replace the
response["code"]
withstr(response["code"]
;) Hope I could help.
It should already be a string as long as it generated successfully.
It should already be a string as long as it generated successfully.
Yeah, sorry I noticed that. So, can you please give me the error message or code (or both)?
Also - Make sure not to leak your credentials.
Traceback (most recent call last): File "C:\Users\sunuc\Desktop\Discord-Voice-Chat-Game-Activities-main\Youtube\main.py", line 44, in
print("Generated Invite Link: https://discord.gg/" + response["code"]) # Print the invite link
TypeError: can only concatenate str (not "int") to str