Giter VIP home page Giter VIP logo

multipurpose-bot's Introduction

multipurpose-bot

a multipurpose discord bot made with dbd.js/aoi.js!

august 27, 2021 i will no longer continue to do updates with this repository. sorry for the inconvenience.

๐Ÿ’– installation and setup

  • first, go to index.js and change TOKEN with your bot token.

example:

const bot = new dbd.Bot({
  mobile: false, // you can change it to "true" if you want a mobile status
  token: "TOKEN", // change TOKEN with your bot token
  prefix: ['$getServerVar[prefix]', '<@!$clientID>', '<@$clientID>'] // you may change the bot's main prefix in vars.js
})
  • after setting that up. go to vars.js and change you main prefix!
  • don't change/remove anything in vars.js except for the prefix.

example:

module.exports = ({
prefix: ";", // you can change it with desired prefix
})
  • now, for the bot status.

example:

bot.status({
    text: `with $serverCount servers`, // put any text
    type: "PLAYING", // LISTENING, PLAYING, WATCHING, COMPETING
    status: "online", // online, dnd, idle, invisible
    time: 75 // amount of times where you can change the bot status (if have multiple statuses)
    })
  • for multiple bot statuses do this.

example:

bot.status({
    text: `in games`,
    type: "COMPETING",
    status: "online", 
    time: 75 
    })
    
bot.status({
    text: `music`, 
    type: "LISTENING", 
    status: "online", 
    time: 75
    })

bot.status({
    text: `tv shows`, 
    type: "WATCHING", 
    status: "online", 
    time: 75
    })
  • for streaming status.
bot.status({
    text: "text", 
    type: "STREAMING", 
    url: "enter url/link"
    })

in the console, type npm i [email protected] and npm i dbd.db. or, if you want the latest one, do npm i dbd.js@latest and npm i dbdjs.db (but you may have to change some particular things in the codes) then to start the bot, type node index.js. then there you go! you have made your multipurpose bot!

๐Ÿ’ features and commands

๐Ÿ”จ utility:

help
command
invite
ping
setprefix

๐ŸŽ‰ fun:

meme
gun
rip

โฌ† leveling:

leveling enable/disable (enabled by default)
levels
exp
expcooldown

๐Ÿ’ฒ economy:

daily
work
beg
pay
roulette
balance
leaderboard
award (Bot Developer only command)

โ„น information:

userinfo
channelinfo
roleinfo
serverinfo
botinfo
developerinfo

๐ŸŽต music:

play
stop
pause
resume
skip
skipto
queue
lyrics
volume
loopqueue
loopsong
nowplaying

๐ŸŒŒ miscellaneous

avatar
membercount
emojicount
poll

๐Ÿ‘ฉโ€๐Ÿ’ป developer

eval

multipurpose-bot's People

Contributors

chirari-7 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.