Skip to content

Kronix v1 is a powerful educational selfbot built in JavaScript for Discord.

Notifications You must be signed in to change notification settings

teamkronix/Kronix-Self-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Kronix v1

Kronix v1 is an educational selfbot crafted to improve your learning journey on Discord. It enables you to store and retrieve essential information, monitor progress, and leverage various educational features, all seamlessly integrated into the Discord platform.


💡 Need a Custom Discord Bot?

These are just free codes for everyone to use. But if you're looking for something personalized, like:

  • A custom Discord bot with specific modules (AI, music, moderation, etc.)
  • A professional website or web application for your brand or project
  • Custom automation tools tailored to your needs

discord: discord.gg/teamkronix,


🛠️ Installation

  1. Clone the Repo

    git clone https://github.com/teamkronix/Kronix-Self-Bot.git
  2. Navigate to the Directory

    cd Kronix-Self-Bot
  3. Install Dependencies

    npm install
  4. Make sure to fill config.json

{
  "token": "YOUR_TOKEN",
  "prefix": "YOUR_PREFIX",
  "allowedIds": ["YOUR_DISCORD_ID"],
  "timeZone": "Asia/Kolkata",
  "showTime": true,
  "attackMode": false,
  "afkMode": false,
  "afkReason": "",
  "afkStartTime": null,
  "pings": [],
  "tly_api_token": "YOUR_TLY_API_TOKEN",
  "gemini_api_key": "YOUR_GEMINI_API_KEY",
  "api_ninjas_key": "YOUR_API_NINJAS_KEY",
  "github_token": "YOUR_GITHUB_TOKEN",
  "stand4": {
    "token": "YOUR_STAND4_TOKEN",
    "uid": "YOUR_UID"
  },
  "spotify": {
    "client_id": "YOUR_SPOTIFY_CLIENT_ID",
    "client_secret": "YOUR_SPOTIFY_CLIENT_SECRET"
  }
}
  1. Start the Selfbot
    node .
    or
    node index.js

💡 Customization

This bot allows you to customize various features with a variety of useful and dangerous commands. Some of the available commands include:

  • !activity: Set your activity status.
  • !create_channel: Create a new channel.
  • !afk: Set your AFK status.
  • !define: Look up word definitions.
  • !note: Add personal notes.
  • !nukechannel: Nuke a channel.
  • !ping: Check the bot's response time.

⚠️ Use attack commands responsibly

There are several attack-related commands available, such as !dmall, !nuke, and !spamall. Use them with caution and only in appropriate situations.


⚠️ Important Notice

Use of selfbots is against Discord's Terms of Service. By using this bot, you acknowledge that you are responsible for any consequences that may occur, including account bans or suspensions. We are not responsible for any actions taken by Discord related to the use of this selfbot. Use at your own risk.

Enjoy customizing your bot experience with Kronix v1 and make the most out of its powerful features!


About

Kronix v1 is a powerful educational selfbot built in JavaScript for Discord.

Resources

Stars

Watchers

Forks

Packages

No packages published