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: 11 months ago
JSON representation
A simple Discord bot to link private text channels to voice channels.
- Host: GitHub
- URL: https://github.com/apexal/conexus
- Owner: Apexal
- License: mit
- Created: 2017-02-26T17:05:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T20:38:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T04:35:25.693Z (11 months ago)
- Topics: discord, discord-bot, discordrb, ruby
- Language: Ruby
- Homepage:
- Size: 45.9 KB
- Stars: 27
- Watchers: 6
- Forks: 15
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 git@github.com:Apexal/conexus.git && cd conexus
$ bundle
$ ruby bot.rb
```