Skip to content

netisu/scone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scone - Netisu Discord Bot

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.

Requirements

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

Installation

  1. Clone the repository

git clone https://github.com/netisu/scone.git cd scone

  1. (Optional but recommended) Create a virtual environment

python -m venv venv

On Windows: venv\Scripts\activate

On Linux or macOS: source venv/bin/activate

  1. 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

Environment Configuration

Create a .env file in the root directory of the project and add the following environment variable:

DISCORD_TOKEN=your_discord_bot_token_here

Running the Bot

To start the bot, run:

python main.py

If configured correctly, the bot will connect to Discord and become online.

Project Dependencies

This project uses the following Python libraries:

  • discord.py
  • httpx
  • python-dotenv
  • asyncio
  • json
  • os

Notes

  • Keep your Discord bot token private
  • Ensure the bot has the correct permissions on your Discord server
  • Python asynchronous support is required

Author

idk lol-

About

The Official Netisu Discord Bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages