How do i install?
npm i miche
const mik = require('miche.js')
const miche = new mik.Miche()
How to use?
const mik = require('miche.js')
const miche = new mik.Miche()
miche.log('I am like console.log!')
const Discord = require('discord.js')
const client = new Discord.Client()
const mik = require('miche.js')
const miche = new mik.Miche()
miche.login('Super secret token', client)
const mik = require('miche.js')
const miche = new mik.Miche()
miche.log(`I am running on v${miche.version}`)
const Discord = require('discord.js')
const client = new Discord.Client()
const mik = require('miche.js')
const miche = new mik.Miche()
miche.cmd('help', 'This is a help command!', '%', client)
const Discord = require('discord.js')
const client = new Discord.Client()
const mik = require('miche.js')
const miche = new mik.Miche()
api.ready('I am a ready bot!', client)
api.login('token', client)
const Discord = require('discord.js')
const client = new Discord.Client()
const mik = require('miche.js')
const miche = new mik.Miche()
miche.trword('tr', 'This is a trigger word!', client)