Code Monkey home page Code Monkey 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

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

multipurpose-bot's Issues

What the fuck

What is your coding style? You just list all the code out in one line?

Collaboration

Hi I'm Spaceflight Gaming,I saw your Repository,so I want to contribute in this repo,it doesn't has moderation Commands,but I have,can we collaborate

hosting

Hey!

Where can I host my own instance of this bot?

I actually need to make a bot for a private server. So maybe this is the bot I wanna use

webhook message problem

Hello i have a problem that is when some webhook sends something the bot sends a error Invalid user ID in $isBot[845133277769498624] at line 5 as you can see the picture
image pls fix it

Contribution

Wassup,Im Spaceflight Gaming,I have already told about contribution,if you tell me ur discord tag and username,I can give you moderation commands,My Username- ๐“ข๐“น๐“ช๐“ฌ๐“ฎ๐“ฏ๐“ต๐“ฒ๐“ฐ๐“ฑ๐“ฝ ๐“–๐“ช๐“ถ๐“ฒ๐“ท๐“ฐ (Official)#7337

Two things missing to make it the best bot

I honestly have been using this bot for alittle while now, its amazing! Just wish as a discord admin I wish I could do !setdefaultrole (name of role) so when people join the server they can be instantly pushed as under the members role or any role I select.

My friend is a twitch streamer and was wondering if there is a way to do some sort of twitch API thing where it announces when someone goes live? It could be a command like !twitchlive add (twitchname) or !twitchlive remove (twitch name).

Of course both these commands would work under the developer ID of course! But besides those two requests this works flawlessly as a discord bot we use to keep the server happy and listening to music! :)

Can a meme command be added?

Is there a way to have a meme command?
I was wondering if there was a way to implement this in this bot to pull memes off a reddit page?

Suggestion

Yo wassup! I have a suggestion

  1. Add YT Notifs
    2)Auto Roles
    3)Giveaway
    4)Moderation

Add these and this will be the best bot in aoi.js

Change it to aoi.js

Hi as i searched in google that dbd.js is old version so you should make it to aoi.js if you have to Thx

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.