Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit c45fff1

Browse files
committed
readme
1 parent 711e174 commit c45fff1

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

readme.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# AutoChannelBot
2+
## Features
3+
Creates for specified voice channels a new channel with the same name when someone joins, so that you always have a free channel to talk in.
4+
5+
It also deletes the channel when the last person leaves.
6+
7+
And some small nice to have features.
8+
9+
## Requirements
10+
You need Java 15 or higher
11+
12+
## Installation
13+
1. Download the jar in the [release section](https://github.com/Swaggeroo/AutoChannelBot/releases/latest)
14+
2. Create a secret.txt with your bot token in the same folder as the jar
15+
3. ```java -jar AutoChannelBot.jar```
16+
17+
## Usage
18+
Set Debug Channel\
19+
``>setDebugChannel <channelid>``
20+
### AutoChannel
21+
Add Master Channel\
22+
``>addMaster <channelid>``
23+
24+
Remove Master Channel\
25+
``>removeMaster <channelid>``
26+
27+
List all current Tmp-Channels\
28+
``>getTmpChannels``
29+
30+
List all current Master-Channels\
31+
``>getMasters``
32+
33+
### Nice to have features
34+
Ping command\
35+
``>ping``
36+
37+
Get Profile Picture\
38+
``>myPicture``
39+
40+
Magic Conch Shell\
41+
``>Miesmuschel``
42+
43+
Random Answer\
44+
``>rand <Arg> <Arg> <Arg> ...``

0 commit comments

Comments
 (0)