1.1.2 • Published 5 years ago
ruhsapphire v1.1.2
Client example
const ruhsapphire = require("ruhsapphire")
let bot = new ruhsapphire.Client({
token: "TOKEN",
prefix: "!",
owners: ["ID"],
commandsDirectory: "./commands/"
})
bot.run()