Cjenkin31 / banana-discord-bot

Discord Utility And Game Bot
MIT License
1 stars 1 forks source link

Associate "Join to Create Vc" with the channel id #5

Open Cjenkin31 opened 3 months ago

Cjenkin31 commented 3 months ago

As per the title, Currently we just look for the Join to create vc in order to make a new vc when a user joiins it. With the new addition of firebase we can now just store all of the channel ids that we want to make sure are created.

Now we should store the create channel id,we can retreieve all channel ids on startup -> if user joins that create channel id->make a new channel same as before. But also store the new channel id. When that new channel id is left we can then remove that channel if no one is inside of it.