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!");
|
||||
}
|
||||
Reference in New Issue
Block a user