Git Product home page Git Product logo

pvc's Introduction

PVC - Private VoIP Channels discord bot

EN English

Here is the source code of the Private VoIP Channels#7454 Bot.

Thanks to this bot, you will be able to set up a channel to create private voice channels.

Indeed, with the $setchannel [channel_id] command, you can configure this channel so that the next people connecting to it can have their own voice channel.

With the possibility to change the name of the channel, the number of places, to put it in private or in public, you will be able to change your own channel without danger for the server.

To be able to invite the bot on your server, you can pass by this link

FR Français

Voici le code source du Bot Private VoIP Channels#7454.

Grâce à ce bot, vous pourrez mettre en place un channel permettant de créer des channels vocaux privés.

En effet, avec la commande $setchannel [channel_id], vous pourrez configurer ce dit channel afin que les prochains se connectant dessus puissent avoir leur propre channel vocal.

Avec la possibilité de changer le nom du channel, le nombre de place, de le mettre en privé ou en public, vous pourrez modifier votre propre channel sans danger pour le serveur.

Pour pouvoir inviter le bot sur votre serveur, vous pouvez passer par ce lien


Credits

Summary

  • FxEmojis which was Firefox OS emoji set

Detailed

pvc's People

Contributors

tntube avatar antoinejt avatar x0rld avatar methqphore avatar horus-4ever avatar

Stargazers

 avatar  avatar  avatar  avatar  xxmaaxx avatar  avatar Aakodal avatar Yaman Kassir avatar  avatar Yvon DUTAPIS avatar Noé avatar Valentin avatar  avatar nathan avatar

Watchers

James Cloos avatar  avatar

pvc's Issues

Continuous Integration

This is #12 dependent.
Doing unit tests will allow us to set up CI, in order to show breaking commits in history

Moderator configuration

Add a command allowing to set a moderator role.
It should allow moderators to connect and see to the channels which are created by the bot.
And it maybe should allow the given moderators to modify the settings of a given channel.

Support user ids for commands

It can be a great alternative to mentions because for now to invite someone for example we need a private channel + the user id to ping him in a channel he can't see

handler for data.json

the bot needs data.json file to save main channel and created channels by the it self, sometimes the json file isn't found or not created, so i recommend using this code to avoid errors :

import os

if not os.path.exists('data.json'):
    with open('data.json', 'w') as data:
        data.write('{}')

Unit tests

It would be cool to do some unit tests for the bot, in order to reduce the risk of pushing breaking commits

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.