0.7.3 • Published 3 years ago

miche.js-v13 v0.7.3

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

Miche.js-v13 ⚡

A package to make discord version 13 simpler. Image

  • Supports discord.js v13
  • Simple to use
  • Supports custom embeds

How to install.

npm i miche.js-v13@latest

const michejs = require('miche.js-v13')
const miche = new michejs.Miche()

You also have options

  • For example you can set the prefix
const michejs = require('miche.js-v13')
const miche = new michejs.Miche({
    prefix: '*'
})
  • Or set if you want to log all info.
const michejs = require('miche.js-v13')
const miche = new michejs.Miche({
    prefix: '*',
    log: true // You can also set it to false if you don't want to be annoyed.
})

How do i use the package?

const michejs = require('miche.js-v13')
const miche = new michejs.Miche({
    prefix: '*',
    log: true // You can also set it to false if you don't want to be annoyed.
})


miche.login('Bot token')
// For replit.com users put process.env.token

Result:

Example

  • miche.cmd
const michejs = require('miche.js-v13')
const miche = new michejs.Miche({
    prefix: '*',
    log: true // You can also set it to false if you don't want to be annoyed.
})

miche.cmd('test', 'hello, thanks for testing.', 'send')
//If the user does ^test, it'll reply with hello, thanks for testing.
miche.login('Bot token')

Result:

Example

const michejs = require('miche.js-v13')
const miche = new michejs.Miche({
    prefix: '*',
    log: true // You can also set it to false if you don't want to be annoyed.
})

miche.cmd('test', 'hello, thanks for testing.', 'send')

miche.trword('test', 'hello, thanks for testing.', 'send')
//If the user does test, it'll reply with hello, thanks for testing.
miche.login('Bot token')

Result:

Example

I'll be updating the readme soon!

Developers 👨‍💻

TRASH_Dragon_YT#9999 Me Abdelra7man#0001

Discord server

0.6.7

3 years ago

0.6.6

3 years ago

0.6.9

3 years ago

0.6.8

3 years ago

69.69.69-dev

3 years ago

0.7.2

3 years ago

0.5.4

3 years ago

0.7.1

3 years ago

0.5.3

3 years ago

0.5.6-dev

3 years ago

0.7.3

3 years ago

0.7.0

3 years ago

0.5.8

3 years ago

0.5.7

3 years ago

0.5.9

3 years ago

0.5.5-dev

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.2

3 years ago

0.4.9

3 years ago

0.4.8

3 years ago

0.5.0

3 years ago

0.5.1

3 years ago

0.4.5

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.3.9

3 years ago

0.3.0

3 years ago

0.3.6

3 years ago

0.2.7

3 years ago

0.4.4

3 years ago

0.3.5

3 years ago

0.2.6

3 years ago

0.3.8

3 years ago

0.2.9

3 years ago

0.3.7

3 years ago

0.2.8

3 years ago

0.3.2

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.4.3

3 years ago

0.3.4

3 years ago

0.2.5

3 years ago

0.4.2

3 years ago

0.3.3

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

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