Skip to content

Starting

n-Ultima edited this page Jul 26, 2021 · 3 revisions

Doraemon starts via a modded IHostBuilder, where we use Discord.Addons.Hosting. This is detailed in Startup.cs, inside Doraemon/Startup.cs

Start your instance of Doraemon!

Simply CD into the directory that contains Doraemon.sln then, if applicable, you can run:

sh runDoraemon.sh

This will do all the steps below for you, including pull any updates from the repository.

dotnet build -c Release

This will build the binaries and files required. Then, cd into bin/Release/net5.0, then run:

dotnet Doraemon.dll

This should start the bot! Feel free to join my Discord server found in my profile's README if you need help!

Clone this wiki locally