AnushK-Fro / Discord-Voice-Chat-Game-Activities

Start YouTube Together, Poker Night, Betrayal.io, or Fishington.io in a Discord voice channel without paying.
MIT License
4 stars 0 forks source link

Doesn't give invite link #1

Open serverkur opened 3 years ago

serverkur commented 3 years ago

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

AnushK-Fro commented 3 years ago

Is your token correct?

serverkur commented 3 years ago

yes

nsde commented 3 years ago

It's easy to fix! Just replace the response["code"] with str(response["code"] ;) Hope I could help.

nsde commented 3 years ago

Also, check out my "issue", I solved most of the problems! https://github.com/AnushK-Fro/Discord-Voice-Chat-Game-Activities/issues/2

serverkur commented 3 years ago

i found another code

AnushK-Fro commented 3 years ago

It's easy to fix! Just replace the response["code"] with str(response["code"] ;) Hope I could help.

It should already be a string as long as it generated successfully.

nsde commented 3 years ago

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)?

nsde commented 3 years ago

Also - Make sure not to leak your credentials.