*Update method name

This commit is contained in:
Derrick Hammer 2022-08-27 16:06:53 -04:00
parent 7a13fcee41
commit b0a0d1d6be
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const plugin: Plugin = {
} }
}) })
api.registerMethod("ping", { api.registerMethod("get_methods", {
cacheable: false, cacheable: false,
handler: async (): Promise<RPCResponse | null> => { handler: async (): Promise<RPCResponse | null> => {
return { return {