If you are looking for some help getting a .NET bot online with ServerStarter.Host, here are some first steps:
- Order a .NET bot hosting
- Build your .NET project
- Upload all files from the
./bin/Release/
directory using our file manager or SFTP credentials available under the Settings tab - Set a Startup command, such as
dotnet MyBot.dll
- Start your discord bot
After performing these simple steps, your bot will be up and running.