1.0.2 • Published 12 months ago
@master-harttmans/vintage.js v1.0.2
const {
Client
} = require("@master-harttmans/vintage.js");
const bot = new Client({
token: "YOUR_Bot_TOKEM"
});
bot.command("$Hello", "Hello, #author[username]");
bot.command("$say", "#message[1;], #ping");
bot.start();
docs: read wiki in github!