kbots-tech / PublicBot

Public Discord.py bot, your welcome to use all files as you want!
0 stars 1 forks source link

Implement Voice Text Linking (a premium feature in most bots.) #3

Open sairam4123 opened 4 years ago

sairam4123 commented 4 years ago

Hello, Sairam here, I would like to contribute a exclusive feature which is a premium feature in most bots.

A brief description of Voice Text Link:

Voice Text Link links the voice channel to text channel, i.e., it shows the text channel when the user joins the voice channel and hides the text channel when the user leaves.

From here, I'm using VTL which is a short form of Voice Text Link

Here's some commands I've planned:

Feel free to suggest me any updates if you want to.

*You can use mention or id of text channel and voice channel or the id of the VTL.

kbots-tech commented 4 years ago

Hmm definitely sounds like a good feature and pobably one that could be fairly simple to add, if you'd like the tackle this along with the moderation I'd be happy to assign it to you.

sairam4123 commented 4 years ago

Yeah, I would finish this in within 2-3 days.

sairam4123 commented 4 years ago

Mostly done. Just need to implement this: {prefix}vtl toggle_history [<voice channel> <text channel>|<id_of_vtl>] And I need a database or a json file to store them.

kbots-tech commented 4 years ago

Sounds good, as for which type to use database vs. json whichever your more comfortable with is fine

sairam4123 commented 3 years ago

Well, I'm sorry, I was busy with other development, I wasn't able to finish the toggle_history, I'd be finishing it soon.