Socket
Book a DemoInstallSign in
Socket

miche.js

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

miche.js

not working!

unpublished
latest
npmnpm
Version
0.1.5
Version published
Maintainers
1
Created
Source

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!')

  • Miche.login (requires discord.js):
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!

FAQs

Package last updated on 02 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts