BinkanSalaryman / Discord-Audio-Stream-Bot

A simple discord audio streaming bot.
228 stars 38 forks source link

The program doesn't work anymore after running the bot with Python. #92

Open ariel853 opened 3 months ago

ariel853 commented 3 months ago

After the initial setup everything works fine, but when I want to add a python code to the bot for custom commands and stuff, the Audio stream doesn't work. Why is that

Will appreciate your attention.

Thanks!

BinkanSalaryman commented 3 months ago

I don't really have much experience with python, and without further detail I'm afraid I can't tell what breaks it. But logically speaking, it shouldn't break if you don't interfere with the parts that do handle everything related to audio transmission...

ariel853 commented 3 months ago

I want to add the bot more features hence the python script. Should your streamer work with my python code? Or do you suggest I use JS?

BinkanSalaryman commented 3 months ago

Should your streamer work with my python code?

It should, assuming the framework for the integration isn't flawed. But it's not like I had that in mind when creating this software.

Or do you suggest I use JS?

JavaScript? No. You mean java? JavaScript and java are two very different languages. Since I used java for this software, that'd be the best choice by default. But if you aren't familiar with java, I can understand why you would resort to python.