mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	same as !227
This commit is contained in:
		@@ -75,6 +75,7 @@ For Windows (Updater), add this to your `creds.yml`
 | 
				
			|||||||
```yml
 | 
					```yml
 | 
				
			||||||
RestartCommand:
 | 
					RestartCommand:
 | 
				
			||||||
    Cmd: "NadekoBot.exe"
 | 
					    Cmd: "NadekoBot.exe"
 | 
				
			||||||
 | 
					    args: "{0}"
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
For Windows (Source), Linux or OSX, add this to your `creds.yml`
 | 
					For Windows (Source), Linux or OSX, add this to your `creds.yml`
 | 
				
			||||||
@@ -161,8 +162,8 @@ osuApiKey: 4c8c8fdffdsfdsfsdfsfa33f3f3140a7d93320d6
 | 
				
			|||||||
#     cmd: dotnet
 | 
					#     cmd: dotnet
 | 
				
			||||||
#     args: "NadekoBot.dll -- {0}"
 | 
					#     args: "NadekoBot.dll -- {0}"
 | 
				
			||||||
# Windows default
 | 
					# Windows default
 | 
				
			||||||
#     cmd: NadekoBot.exe
 | 
					#     cmd: "NadekoBot.exe"
 | 
				
			||||||
#     args: {0}
 | 
					#     args: "{0}"
 | 
				
			||||||
restartCommand:
 | 
					restartCommand:
 | 
				
			||||||
  cmd: 
 | 
					  cmd: 
 | 
				
			||||||
  args: 
 | 
					  args: 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user