Skip to content

Carmelo908/Bot-discord-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord´s bot

Development setup

First, clone the repo and cd into the project

git clone https://github.com/Ferchupessoadev/Bot-discord-py
cd Bot-discord-py

Second, Create a virtual environments with venv and activate the environment

  • Create environment
python3 -m venv .venv
  • Activate environment
source .venv/bin/activate

Install dependencies.

pip install -r requirements.txt

Change the os.environ.get for your bot's token or create a global variable with the name TOKEN_DISCORD

# Reemplaza 'TU_TOKEN_DEL_BOT' con tu token de bot
TOKEN = os.environ.get("TOKEN_DISCORD", default="TU_TOKEN_DEL_BOT")

Finally, run the script

python3 bot.py

About

Bot de discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages