This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 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> ... ``
You can’t perform that action at this time.
0 commit comments