mirror of
https://github.com/Hilbis/Hilbish
synced 2025-07-01 08:42:04 +00:00
40 lines
743 B
Markdown
40 lines
743 B
Markdown
---
|
|
title: Module hilbish.processors
|
|
description: No description.
|
|
layout: doc
|
|
menu:
|
|
docs:
|
|
parent: "API"
|
|
---
|
|
|
|
<hr>
|
|
<div id='add'>
|
|
<h4 class='heading'>
|
|
hilbish.processors.add()
|
|
<a href="#add" class='heading-link'>
|
|
<i class="fas fa-paperclip"></i>
|
|
</a>
|
|
</h4>
|
|
|
|
|
|
#### Parameters
|
|
This function has no parameters.
|
|
</div>
|
|
|
|
<hr>
|
|
<div id='execute'>
|
|
<h4 class='heading'>
|
|
hilbish.processors.execute()
|
|
<a href="#execute" class='heading-link'>
|
|
<i class="fas fa-paperclip"></i>
|
|
</a>
|
|
</h4>
|
|
|
|
Run all command processors, in order by priority.
|
|
It returns the processed command (which may be the same as the passed command)
|
|
and a boolean which states whether to proceed with command execution.
|
|
#### Parameters
|
|
This function has no parameters.
|
|
</div>
|
|
|