mashina
v1.0.5
Published
✨ A Discord bot framework!
Downloads
14
Readme
Mashina
✨ A Discord bot framework.
Installing
npm install mashina
const MashinaClient = require('mashina').default;
const client = new MashinaClient({
prefix: '.',
owner: [ // Supports multiple IDs
'508429235157729290'
]
});
client.run();