Music paused is now once again removed after 10 seconds
This commit is contained in:
		@@ -857,10 +857,14 @@ $"{("tracks".SnPl(musicPlayer.Playlist.Count))} | {(int)total.TotalHours}h {tota
 | 
				
			|||||||
                        {
 | 
					                        {
 | 
				
			||||||
                            try
 | 
					                            try
 | 
				
			||||||
                            {
 | 
					                            {
 | 
				
			||||||
 | 
					                                IUserMessage msg;
 | 
				
			||||||
                                if (paused)
 | 
					                                if (paused)
 | 
				
			||||||
                                    await textCh.SendConfirmAsync("🎵 Music playback **paused**.").ConfigureAwait(false);
 | 
					                                    msg = await textCh.SendConfirmAsync("🎵 Music playback **paused**.").ConfigureAwait(false);
 | 
				
			||||||
                                else
 | 
					                                else
 | 
				
			||||||
                                    await textCh.SendConfirmAsync("🎵 Music playback **resumed**.").ConfigureAwait(false);
 | 
					                                    msg = await textCh.SendConfirmAsync("🎵 Music playback **resumed**.").ConfigureAwait(false);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                                if (msg != null)
 | 
				
			||||||
 | 
					                                    msg.DeleteAfter(10);
 | 
				
			||||||
                            }
 | 
					                            }
 | 
				
			||||||
                            catch { }
 | 
					                            catch { }
 | 
				
			||||||
                        };
 | 
					                        };
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user