0.0.6 • Published 5 years ago
discord.omega v0.0.6
Discord Omega
Make your Discord Bots with easy!
Instalation
Use the command below:
npm i discord.omega
Simple Usage
const Omega = require("discord.omega");
const client = new Omega();
client.setToken = 'TOKEN';
client.addComand({
name: 'command-name',
script: 'script-here'
});
Credits
Logyn and Drezzy