ManageBot Plus is an extension to the original ManageBot.
You can invite the bot here
If you want to host this bot yourself, you need to create a file called token.json
and put it into the Config
folder.
You also need to make sure, that they are Embedded Ressources, otherwise the Stream we're reading the files out with will be null
.
The structure of token.json
is as follows:
{
"token": "token here",
"testToken": "test token here"
}
you are also required to have knowledge about on how to run projects using .NET 7.