- This is a discord bot created with nim and python
- it was created for noobs for noobs server
to run
-
clone repo -
for python:
-
install gcc, python-dev, python3-venv, and python3
-
python3 -m venv bot_env -
source bot_env/bin/activate -
pip install -r requirements.txt
-
-
for nim
-
install nim from website https://nim-lang.org
-
install dimscord using nimble
nimble install dimscord
-
nim c -r -d:sslto run
-
thank you😁