aoi.vixblox v1.9.10
aoi.vixblox
As of 6/12/2024 this is an offical aoi.js plugin.
aoi.vixblox is a package that allows you to utilize roblox api functions within Aoi.js Bot.
Docs: Website go brr
Setup
- Install
aoi.vixblox
package:
npm install aoi.vixblox
- Import the
aoi.vixblox
library into your project:
const vixblox = require("aoi.vixblox");
- Load vixblox with the required parameters:
vixblox.load({
bot: bot,
errortype: "message",
enableErrors: true,
dbtable: 0
});
- You are ready to use vixblox with your Aoi.js Bot!
Example
const { AoiClient, Util } = require("aoi.js");
const vixblox = require("aoi.vixblox");
const client = new AoiClient({
token: "Discord Bot Token",
prefix: "Discord Bot Prefix",
intents: ["MessageContent", "Guilds", "GuildMessages"],
events: ["onMessage", "onInteractionCreate"],
database: {
type: "aoi.db",
db: require("@akarui/aoi.db"),
tables: ["main"],
path: "./database/",
extraOptions: {
dbType: "KeyValue",
},
},
});
vixblox.load({
bot: bot,
errortype: "message",
enableErrors: true,
dbtable: 0
});
// Ping Command Example
bot.command({
name: "ping",
code: `Pong! $pingms`,
});
// get bob avatar :)
bot.command({
name: "bobby",
code: `
$getPlayerInfo[367]
`,
});
// expected output {"username":"Bob","displayName":"Bob","blurb":"Bobbeh es meh","joinDate":"2006-07-21T21:30:46.670Z","age":6329,"friendCount":92,"followerCount":55034,"followingCount":17658,"oldNames":[],"isBanned":false}
Credits
- me (i literally made it)
- lordex aoi.canvas guy (uwuwuw he ask for it) :p
- lightner fren
- akaruiteam (aoi.js)
- leref because leref is leref
- fafa.
These are the contributors who have contributed to the aoi.vixblox project.
Functions & Args
Check docs for functions args and examples
Remember to follow the setup steps mentioned above to start using vixblox in your aoi.js Bot.
Let me know of any errors or anything to be fixed
Feel free to reach out if you have any questions or need further assistance.
Enjoy coding with vixblox!
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago