This is a hikari port of the passel bot. I don't really like discord.py so this is why this port exists.
- Download the repo from above.
- Unzip the file and open up
main.py
- Insert your bot token between the speech marks in
TOKEN=""
- Replace INSERT_HERE with the server id the bot is going to be in as an integer(whole number) in
default_enabled_guilds=INSERT_HERE
- Open up terminal/command prompt and navigate to folder where
main.py
is. - Run
pip install -r requirements.txt
in terminal/command prompt. - Open up
utils/info.py
and do what the file tells you to do - Now run this if you're on Windows:
py main.py
- If on Mac run this:
python3 main.py
- Make sure you've enabled Message Content Intent in the Bot section of your Application of the Discord Developer Portal
- Go to https://github.com/stoir/passel_public/blob/main/HostingViaFlyIo.pdf
- Follow all the steps. Instead of performing step 3, 4 and 5 like it says in the pdf, follow steps 1 to 7 from the section above.
- Continue from step 6