VoiceMaster-Discord-Bot/README.md

38 lines
1.4 KiB
Markdown
Raw Normal View History

2020-09-07 18:08:38 +02:00
# VoiceMaster
2019-04-20 23:12:09 +02:00
2019-03-04 14:36:20 +01:00
Dedicated bot for creating temp voice channels with commands for changing permissions.
2019-03-04 14:37:12 +01:00
2019-04-20 23:12:09 +02:00
This bot runs on discord.py rw If you need help with the code use the discord.py server : [https://discord.gg/r3sSKJJ](https://discord.gg/r3sSKJJ)
2019-03-04 14:37:12 +01:00
As there is a very high demand for me to release the source code for my bot I've finally decided to release it.
2020-09-07 18:08:38 +02:00
This was just a small project that got quite big, I wrote the bot in a day so the code is pretty sloppy.
2019-03-04 14:37:12 +01:00
Enjoy the code, don't try to release it as your own bot. :)
2019-04-20 23:12:09 +02:00
If you'd like to support the bot you could pay for my coffee and the servers using the link below <3 [https://www.paypal.me/ssanaizadeh](https://www.paypal.me/ssanaizadeh)
2019-07-08 12:17:21 +02:00
Support Server for the bot: https://discord.gg/y9pgpbt
2020-02-28 13:35:06 +01:00
**This version of the bot is sufficient enough for casual use on afew servers, I have no intention what so ever of updating it nor will support anyone with hosting it.**
**I won't be releasing the new version of the bots source code either so don't ask.**
2019-04-20 23:12:09 +02:00
# How to setup the bot:
1.Download python using the following link:
https://www.python.org/downloads/release/python-373/
2.Open command prompt and paste the following:
pip3 install discord.py
pip3 install validators
3.Download the bot from github
4.Open **voicecreate.py** in a text editor and replace **'Enter Discord Token here'** with your bots token
5.Run the bot