So I have a code that I made to run a Discord bot. I know several people have used a raspberry pi to self host their Discord bot. I can run it from my tower or laptop using a .bat file. However, I can't launch the .bat file and no idea how I'm to run the bot since I regularly have my tower off when I'm not using it.
I have `dotnet DigitalPhoenixBot.dll` in the bat file in the location of the .dll file.
Extra info: The program is all on a USB Flash drive to prevent issues with the OS installed. This is using the Raspbian OS since I couldn't get the windows core to work.
Any and all help would be great! Thank you in advance.