mirror of
https://github.com/myned/modufur.git
synced 2024-12-25 14:47:29 +00:00
Fixed tags not appearing in error output when internal timeout activates
This commit is contained in:
parent
8e9c37b092
commit
f68115901b
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ class MsG:
|
||||||
if posts:
|
if posts:
|
||||||
return posts, order
|
return posts, order
|
||||||
else:
|
else:
|
||||||
raise exc.NotFound
|
raise exc.NotFound(formatter.tostring(tags))
|
||||||
|
|
||||||
# Creates reaction-based paginator for linked pools
|
# Creates reaction-based paginator for linked pools
|
||||||
@commands.command(name='poolpage', aliases=['poolp', 'pp', 'e621pp', 'e6pp', '6pp'], brief='e621 pool paginator', description='e621 | NSFW\nShow pools in a page format')
|
@commands.command(name='poolpage', aliases=['poolp', 'pp', 'e621pp', 'e6pp', '6pp'], brief='e621 pool paginator', description='e621 | NSFW\nShow pools in a page format')
|
||||||
|
|
Loading…
Reference in a new issue