Bugfix to buttons not working when there's only one item, and buy db query

This commit is contained in:
Kwoth
2022-07-26 04:08:37 +02:00
parent 6a042c3faa
commit 516bc1e484
4 changed files with 22 additions and 21 deletions

View File

@@ -314,7 +314,7 @@ public static class MessageChannelExtensions
}
}
if (lastPage == 0)
if (lastPage == 0 && interFactory is null)
return;
var client = (DiscordSocketClient)ctx.Client;