1.1.69 • Published 3 years ago

glitchymobilestatus v1.1.69

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

What is Glitchy Mobile Status

This is a NPM Package Where you can Make your Discord Bot Status Be on Mobile Insted of that boring online status

Instilation

npm i glitchymobilestatus

Then:

const Discord = require('discord.js')
const client = new Discord.Client();
const { status } = require('glitchymobilestatus');

status.mobile({
    STATUS: "CUSTOM DISCORD STATUS",
    MOBILE: true
})

client.on('ready', () => {
    console.log("READY!")
})

//YOUR OTHER CODE!

client.login("TOKEN")