Voice et bot modif

This commit is contained in:
pi 2026-06-16 17:09:34 +00:00
parent 189d56026b
commit 7333a22bcd
10774 changed files with 634644 additions and 933308 deletions

View file

@ -39,10 +39,10 @@ deactivate nondestructive
if [ "${OSTYPE:-}" = "cygwin" ] || [ "${OSTYPE:-}" = "msys" ] ; then
# transform D:\path\to\venv to /d/path/to/venv on MSYS
# and to /cygdrive/d/path/to/venv on Cygwin
export VIRTUAL_ENV=$(cygpath /home/gameurpro12/Documents/Mes_projets/Discord_bot/Beta/venv)
export VIRTUAL_ENV=$(cygpath /home/pi/Beta/beta/venv)
else
# use the path as-is
export VIRTUAL_ENV=/home/gameurpro12/Documents/Mes_projets/Discord_bot/Beta/venv
export VIRTUAL_ENV=/home/pi/Beta/beta/venv
fi
_OLD_VIRTUAL_PATH="$PATH"