mirror of
https://github.com/zoriya/Nemo.git
synced 2025-12-06 02:46:10 +00:00
6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#! /usr/bin/sh
|
|
|
|
. venv/bin/activate
|
|
pip install -U discord.py
|
|
export NEMO_TOKEN="INSERT YOUR TOKEN HERE"
|
|
python3 main.py |