mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	woops, missed an extra bracket
This commit is contained in:
		@@ -230,7 +230,7 @@ namespace NadekoBot.Modules.Music
 | 
				
			|||||||
                return;
 | 
					                return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            await _service.SetVolumeAsync(ctx.Guild.Id, vol);
 | 
					            await _service.SetVolumeAsync(ctx.Guild.Id, vol);
 | 
				
			||||||
            await ReplyConfirmLocalizedAsync(strs.volume_set(vol)));
 | 
					            await ReplyConfirmLocalizedAsync(strs.volume_set(vol));
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        [NadekoCommand, Aliases]
 | 
					        [NadekoCommand, Aliases]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user