1
0
Fork 0
mirror of synced 2024-06-03 03:04:33 +12:00

Same as last commit; for pages >.>

This commit is contained in:
Phxntxm 2016-12-19 10:42:23 -06:00
parent ec14a83c8c
commit 51b587b748

View file

@ -144,12 +144,12 @@ class Core:
RESULT: This information"""
cmd = None
page = 1
if message is None:
message = ""
else:
# If something is provided, it can either be the page number or a command
# Try to convert to an int (the page number), if not, then a command should have been provided
page = 1
try:
page = int(message)
except: