first commit
This commit is contained in:
9
a/index.js
Normal file
9
a/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { hangmanActive } from "../forca/index.js";
|
||||
|
||||
export default async function ({ msg }) {
|
||||
if (msg.body.trim().toLowerCase() !== "a") return;
|
||||
if (msg.args.length > 1) return;
|
||||
if (hangmanActive) return;
|
||||
|
||||
await msg.reply("B!");
|
||||
}
|
||||
8
a/manyplug.json
Normal file
8
a/manyplug.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "a",
|
||||
"author": "freakk.dev",
|
||||
"version": "1.0.0",
|
||||
"category": "humor",
|
||||
"service": false,
|
||||
"dependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user