Skip to content

🤖 Here is the code for my Discord bot, ShynoBOT, which will be available for sale soon.

License

Notifications You must be signed in to change notification settings

Macxzew/ShynoBOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShynoBOT

GitHub release

ShynoBOT is a robust and multifunctional Discord bot, designed for efficient moderation and enhanced user interaction. It stands shoulder to shoulder with popular bots such as Koya, MEE6, Carl, and Dyno. In addition to its powerful moderation features, ShynoBOT offers a variety of interactive commands, customization options, and server administration functions.

Shyno

👇 Downloads

Get it on GitHub

📥 Installation

  • For Windows:

    I. Ensure that Python 3.9.4, Node.js 16.13.0 are installed on your machine.

    II. Open a terminal window and run the following commands:

    cd ShynoBOT/bot
    python.exe -m pip install --upgrade pip && pip install -r requirements.txt
    npm install -g npm@9.8.1
    npm install

    III. Put your Discord Bot token in config.json

  • For Linux:

    I. Ensure that Python 3.11.2, Node.js 18.13.0 are installed on your machine.

    II. Open a terminal and run the following commands:

    apt update
    apt install git python3 python3-pip curl
    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
    
    export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
    [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
    
    nvm install 18.13.0
    git clone https://github.com/Macxzew/ShynoBOT.git
    cd ShynoBOT/bot
    pip3 install -r requirements.txt
    npm install
    

    III. Put your Discord Bot token in config.json

🛠️ Usage

After successfully installing the necessary dependencies and setting up the environment, you can start ShynoBOT on both Linux and Windows by executing the following command:

node start.js

Shyno

Upon launching the bot, you will be presented with two options:

  1. Activate the bot using an Activation Key: This is the first option that will be available to you. After purchasing the bot, you will be provided with an activation key. Use this key to start and operate your bot.
  2. Regenerate an Activation Code: If you ever need to regenerate an activation code, you will need the old activation code and a password. These details will be provided to you upon purchase. It's important to note that the password is not the same as your Discord password. Instead, it's a unique password that I provide for the purpose of code regeneration.

Please keep both your activation code and password safe and secure. For any further queries or support, feel free to reach out to me directly.

👤 Author

Showzur

Show your support

Give a ⭐️ if this project helped you!


About

🤖 Here is the code for my Discord bot, ShynoBOT, which will be available for sale soon.

Resources

License

Stars

Watchers

Forks