Getting Started
Welcome to ShadowCore! This guide will help you set up your development environment and create your first bot using ShadowCore.📦 Installation
Before getting started, ensure you have the following prerequisites installed:1️⃣ Install ShadowCore
To install ShadowCore globally, run:2️⃣ Setting Up a New Bot
Since the CLIinit command is not available yet, you’ll need to manually set up your bot.
Step 1: Create a New Project Folder
Step 2: Initialize a package.json
Run the following command and follow the prompts:
Step 3: Install ShadowCore
Inside your bot’s directory, install ShadowCore:Step 4: Create the Bot’s Entry File
Create a new file calledindex.ts (or index.js if using JavaScript) and open it in your editor.
Paste the following basic bot setup:
You can get your bot’s token from the Discord Developer Portal.
Step 5: Run Your Bot
🎯 Next Steps
Now that your bot is running, explore the following topics to enhance its functionality:❓ Need Help?
If you encounter any issues, check out the FAQ or join the community for support.You’re all set! 🚀 Start building your bot and take full advantage of ShadowCore’s powerful features.