Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/apexal/conexus
- Owner: Apexal
- License: mit
- Created: 2017-02-26T17:05:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-08T20:20:27.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T10:18:19.090Z (almost 2 years ago)
- Topics: discord, discord-bot, discordrb, ruby
- Language: Ruby
- Homepage:
- Size: 43.9 KB
- Stars: 26
- Watchers: 6
- Forks: 15
- Open Issues: 7
-
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 namesThis 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
```