2016-05-09 09:36:36 +01:00
2016-05-09 09:36:36 +01:00

NadekoBot a Discord bot

Nadeko is written in C# and Discord.net for more information visit https://github.com/Kwoth/NadekoBot

Docker Usage

docker create --name nadeko -v /<appdata>:/config uirel/nadeko

Edit the path to the location you want to store your credentials.json files. eg /appdata or /nadeko

Edit your credentials.json file per the guide @ https://github.com/Kwoth/NadekoBot then

docker start nadeko

Parameters

  • -v /:/config - This is the file location of your persistent information. Your DB and credential information

Updates / Monitoring

  • Upgrade to the latest version of Nadeko simply docker restart nadeko.
  • Monitor the logs of the container in realtime docker logs -f nadeko.

For information about configuring your bot or its functionality, please check the https://github.com/Kwoth/NadekoBot guides.

Description
No description provided
Readme 167 KiB
Languages
Shell 100%