mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	Bugfix to buttons not working when there's only one item, and buy db query
This commit is contained in:
		@@ -314,7 +314,7 @@ public static class MessageChannelExtensions
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (lastPage == 0)
 | 
			
		||||
        if (lastPage == 0 && interFactory is null)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        var client = (DiscordSocketClient)ctx.Client;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user