The official Netisu Discord Bot, developed in Python using the Discord API. This bot integrates HTTP requests, environment configuration, and asynchronous execution to provide features for the Netisu ecosystem.
Before running the bot, make sure you have the following installed:
- Python 3.9 or higher
- pip (Python package manager)
- A valid Discord Bot Token
- Internet connection
- Clone the repository
git clone https://github.com/netisu/scone.git cd scone
- (Optional but recommended) Create a virtual environment
python -m venv venv
On Windows: venv\Scripts\activate
On Linux or macOS: source venv/bin/activate
- Install the required dependencies
pip install -r requirements.txt
If requirements.txt is not available, install them manually:
pip install discord.py httpx python-dotenv
Create a .env file in the root directory of the project and add the following environment variable:
DISCORD_TOKEN=your_discord_bot_token_here
To start the bot, run:
python main.py
If configured correctly, the bot will connect to Discord and become online.
This project uses the following Python libraries:
- discord.py
- httpx
- python-dotenv
- asyncio
- json
- os
- Keep your Discord bot token private
- Ensure the bot has the correct permissions on your Discord server
- Python asynchronous support is required
idk lol-