This should get us back on track (tested on ARCH Linux)
This commit is contained in:
@@ -81,7 +81,7 @@ class ItemsController:
|
||||
blob += self.format_items(items, ql)
|
||||
blob += head_foot
|
||||
# noinspection LongLine
|
||||
blob += f"\nItem DB rips created using the {self.text.make_chatcmd('Budabot Items Extractor', '/start https://github.com/Budabot/ItemsExtractor')} tool."
|
||||
blob += f"\nItem DB rips created using a modified version of the {self.text.make_chatcmd('Items Extractor', '/start https://github.com/Budabot/ItemsExtractor')} tool."
|
||||
|
||||
return ChatBlob(
|
||||
f"Item Search Results ({offset + 1:d} - {min(offset + self.PAGE_SIZE, len(all_items)):d} "
|
||||
|
||||
Reference in New Issue
Block a user