File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55NadekoBot is an open source Discord bot. It is written in C# and is built on .NET 8.
66
7- If you want to run your own instance of NadekoBot, please check out the [ Self hosting Guides and Docs] ( https://docs.nadeko.bot ) .
8-
9- If you have any questions, please visit our [ Discord support server] ( https://discord.nadeko.bot ) .
7+ If you have any questions, please visit our Discord: https://discord.nadeko.bot
108
119## Installation
1210
@@ -16,11 +14,11 @@ You may want to consider using [upeko](https://github.com/nadeko-bot/upeko/relea
1614
1715### Hosting on a linux server
1816
19- If you want your bot to be online 24/7, you should [ host it on a linux vps] ( https://docs.nadeko.bot/guides/linux-guide ) .
17+ If you want your bot to be online 24/7, you should host it on a linux vps.
2018
2119### Docker
2220
23- There is an official Docker image for a [ simple setup] ( https://docs.nadeko.bot/guides/docker-guide/ )
21+ There is an official Docker image for a simple setup
2422Short version:
2523 ``` sh
2624 docker run -d --name nadeko ghcr.io/nadeko-bot/nadekobot:v6 -e bot_token=YOUR_TOKEN_HERE -v " ./data:/app/data" && docker logs -f --tail 500 nadeko
You can’t perform that action at this time.
0 commit comments