v1.3
YusarinBot
Simple, clear, easy, reliable.
A specially designed bot for creating private voice channels at your servers.
Installation instructions are listed below. Please, make sure you have installed dependencies before opening issue here.
Installation (Short)
git clone https://github.com/profitrollgame/YusarinBotcd YusarinBotpip install -r requirements.txtnano config.jsonpython yusarin.py
Installation (Detailed)
- Download and install Python 3 (3.6+ should be fine)
- Download bot's release: https://github.com/profitrollgame/YusarinBot/releases/latest
- Unpack your archive to folder. Name it YusarinBot for example
- Change working directory using
cd YusarinBotorcd FolderYouHaveCreated - Run
pip install -r requirements.txtto install dependencies - Create new Discord application at https://discord.com/developers/applications
- You can rename it however you want, set needed descriptions etc
- Go to "Bot" tab and enable application as bot
- Copy token of your bot
- Open file
config.jsonwith your favorite text editor and paste your token as value of "bot_token" key - Copy your own Discord ID and paste it as value of "owner" key (How to get ID: https://support.playhive.com/discord-user-id/)
- Bot is ready! Run it using
python yusarin.py
Config explanation
- "debug" - Option that enabled more detailed log messages [Boolean]
- "owner" - Discord ID of user who will be able to execute admin commands (
$shutdownfor example) [Integer] - "bot_name" - Name of your bot. Is not used anywhere yet [String]
- "bot_token" - Token of your Discord bot [String]
- "bot_prefix" - Default prefix for all bot commands [String]
- "bot_locale" - Default language file of bot. Name of file in
localefolder without extension is used [String] - "bot_activity" - The name (string) of the song bot will be listening to [String]
- "check_for_updates" - Option that defines whether bot should check for a new version available [Boolean]
- "auto_clear_trash" - Option that defines whether bot should clean all buggy inactive channels every "auto_clear_timer" seconds [Boolean]
- "auto_clear_timer" - Option that defines how often "auto_clear_trash" will do its job [Integer]
Extra
- Bot doesn't have any self updaters yet
- You can add public version of the bot to your Discord server using this link: https://discord.com/api/oauth2/authorize?client_id=937839388853944390&permissions=318769168&scope=bot
Description
YusarinBot v2.3
Latest
Languages
Python
99.8%
Batchfile
0.1%