Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apexal/conexus

A simple Discord bot to link private text channels to voice channels.
https://github.com/apexal/conexus

discord discord-bot discordrb ruby

Last synced: 13 days ago
JSON representation

A simple Discord bot to link private text channels to voice channels.

Awesome Lists containing this project

README

        

# NO LONGER SUPPORTED

Please see [issue #17](https://github.com/Apexal/conexus/issues/17) for details.

---

# Conexus 🔗
~ A simple Discord bot to link voice channels to private text channels.

## Uses
- Provides a place for messages only pertaining to the people in a voice-channel (so you don't clutter #general or some place and confuse people)
- Allows people in voice-channels who cannot use voice to talk to the other people in a voice-channel without cluttering another text-channel
- Tracks people entering/leaving voice-channels
- Allows customization of associated channel names

This bot creates a hidden text-channel named `voice-channel` for every non-AFK voice channel on a server. Only users in a voice-channel can view and message in a hidden text-channel.

## Commands
- `!conexus "new-default-name"` Set's the default name for created text-channels
- `!rename "new-name"` Set's the name of **one** associated text-channel (you must use the command in that channel)

## Add to Server
[https://discordapp.com/oauth2/authorize?&client_id=304009832489287691&scope=bot&permissions=8](https://discordapp.com/oauth2/authorize?&client_id=304009832489287691&scope=bot&permissions=8)

or

## Run Yourself (Recommended)
To run the program yourself, just clone it and run the following:
```sh
$ git clone [email protected]:Apexal/conexus.git && cd conexus
$ bundle
$ ruby bot.rb
```