Forgot to add keyword
This commit is contained in:
parent
874e0773c0
commit
77860ec16d
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ async def panel(copilot_id):
|
||||||
@copilot_ext.route(
|
@copilot_ext.route(
|
||||||
"/api/v1/copilot/hook/<copilot_id>/<amount>/<comment>", methods=["GET"]
|
"/api/v1/copilot/hook/<copilot_id>/<amount>/<comment>", methods=["GET"]
|
||||||
)
|
)
|
||||||
async def api_copilot_hooker(copilot_id, amount):
|
async def api_copilot_hooker(copilot_id, amount, comment):
|
||||||
|
|
||||||
data = ""
|
data = ""
|
||||||
webhook = ""
|
webhook = ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue