0.1.5 • Published 3 years ago

miche.js v0.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

How do i install?

npm i miche

const mik = require('miche.js')
const miche = new mik.Miche()

How to use?

  • Miche.log:
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) 
//If you use replit.com do miche.login(process.env.token, client)!
  • Miche.version:
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)
//   Command name   Respond message        prefix  bot/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)
//   Trigger word   Respond message        bot/client!
0.1.5

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.3

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago