Open sairam4123 opened 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.
Yeah, I would finish this in within 2-3 days.
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.
Sounds good, as for which type to use database vs. json whichever your more comfortable with is fine
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.
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:
{prefix}vtl toggle_history [(<voice channel> <text channel>)|<id_of_vtl>]
--> Toggles the history of the VTL.*{prefix}vtl add <voice channel> <text channel> <history=[off|on]>
--> Adds a VTL, returns VTL_ID.{prefix}vtl remove [(<voice channel> <text channel>)|<id_of_vtl>]
--> Removes the VTL.*{prefix}vtl
--> Returns a embed that containsID: Voice_Channel_Name -> Text_Channel_Name
.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.