mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04: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