Git Product home page Git Product logo

multipurpose-discord-bot's Introduction

Public Bot and Support Server!

Invite the Public Version of this Bot so you don't need to host it by yourself or join my Discord server to get a custom Bot hosted for you!

Important notes and thank ❤️

First of all, thanks for using this Source Code, it was and is a ton of work to create and maintain it! That's why I'm asking everyone to donate a little bit of money or if that's not possible, then join my Discord Server!

NOTE: It is suggested to use the Sharded (&Clustered) version, if you plan on using it for a VERIFIED BOT (on more then 2000 Servers!)

Installation Guide 🔥

✅ Hosting Requirements

Click to expand

🤖 Bot Requirements

Click to expand **NOTE:** It is suggested to use the [Sharded (&Clustered) version](https://github.com/Tomato6966/Multipurpose-discord-bot/tree/sharded_with_mongo), if you plan on using it for a VERIFIED BOT (on more then 2000 Servers!)
  1. Download the Source Code
    • Either by: git clone https://github.com/Tomato6966/Multipurpose-discord-bot
    • Or by downloading it as a zip from the releases tab or a branch.

🎶 Music Requirements

Click to expand

To allow your Bot to play music, you need to connect it to a LavaLink station! There are many public ones out there for example lava.link An example for a public configuration will be listed down below.

  1. Make sure Java 11 is installed on your system!
  2. Download Lavalink.jar
  3. Download application.yml
    • Download my example, it's the configuration for the lavalink.jar file!
  4. Now put application.yml and Lavalink.jar in the same folder and start it
    • To start LavaLink type: java -jar Lavalink.jar
    • Make sure to keep your terminal Open!
    • If you want to use something like npm i -g pm2 to host it without keeping your terminal open type: pm2 start java -- -jar Lavalink.jar
  5. The settings like password in application.yml and port must be provided in the botconfig/config.json of the Bot
    • If you used the default settings, than no adjustments are needed and it should look like this:
    {
       "clientsettings": {
           "nodes": [
               {
                   "host": "localhost",
                   "port": 2333,
                   "password": "youshallnotpass"
               }
           ]
       }
    }
  6. You don't want to host your own LavaLink?
    {
       "clientsettings": {
           "nodes": [
               {
                   "host": "lava.link",
                   "port": 80,
                   "password": "Anything for the Password"
               }
           ]
       }
    }

🤖 Configuration and Starting

Click to expand

NOTE: You can do the exact same configuration inside of the example.env file, just make sure to rename it to .env or use environment variables!

  1. Check 🎶 Music Requirements that you started lavalink / use a valid public lavalink station.
  2. Fill in all required data in ./botconfig/config.json NOTE: If you're on replit.com, it is exposed to everyone!(use .env instead)
  3. Fill in all required data in the .json files in ./social_log/ (./social_log/streamconfig.json & ./social_log/twitter.json), if you want the SOCIAL LOGS to work! (the key authToken in streamconfig does not need to be filled in!)
  4. You can adjust some settings in the other ./botconfig/*.json Files, BUT PLEASE KEEP MY CREDITS & ADS! This is the only way on how my hard work is "revenued".
  5. Now start the bot by opening a cmd line in that folder and typing: node index.js or npm start * If you don't want to keep the terminal open or if you're on linux, check out pm2 (and my tutorial) and type: pm2 start --name Bot_Name index.js

❓ Where to get which Api-Key(s)

Click to expand

NOTE: You can do the exact same configuration inside of the example.env file, just make sure to rename it to .env or use environment variables!

  1. ./botconfig/config.json
  2. ./social_log/streamconfig.json
  3. ./social_log/twitter.json

SUPPORT ME AND MILRATO DEVELOPMENT

You can always support me by inviting one of my Discord Bots

2021's best Music Bot | Lava Music Musicium Music Bot Milrato Multi Bot

Credits

If you consider using this Bot, make sure to credit me! Example: Bot Coded by [Tomato#6966](https://discord.gg/dcdev) but modified by [modifier/your Name](https://discord.gg/)

Contributing

If you want to help improve the Bot code, fix spelling or design Errors or if possible even code errors, you may create PULL REQUESTS. Please consider, that Tomato6966 is the main Developer of this Bot, everyone else helped just once or sometimes more often. Thanks to any1 who considers helping me!

multipurpose-discord-bot's People

Contributors

ice41 avatar m3rcena avatar mooogah avatar notzenixy avatar quartzwarrior avatar tomato6966 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  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  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  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

multipurpose-discord-bot's Issues

ERROR

CANNOT START BOT GETTING AN ERROR

Credits to gamecord

At least give credits to gamecord lmao and dont say you didnt steal it because in the 2048 command there is the api of the gamecord's owner lol

First Issue

The first Issue. This is where it all starts.

[BUG] Queues keep linking to youtube link even if you load/play a spotify playlist/album (from link)

There is bug when you try to see queue of all spotify tracks.. they are displaying as youtube link sometimes.. not from spotify itself. This current bug have same issue with savedqueue commands for spotify playlist and the timestamps sometimes mentioned as NaN instead of how long the duration of one video/music.

This might happen on Now Playing stuff too (when the bot posting a new music that will be played). This could be an issue from database files.

NaN stuff
image

Please help

I am getting this error, how to fix it?

=== UNHANDLED REJECTION ===
Reason: Error [DISALLOWED_INTENTS]: Privileged intent provided is not enabled or whitelisted.
at WebSocketManager.createShards (C:\Users\Asus\Documents\Mini-Bot\node_modules\discord.js\src\client\websocket\WebSocketManager.js:250:15)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Client.login (C:\Users\Asus\Documents\Mini-Bot\node_modules\discord.js\src\client\Client.js:254:7)
=== UNHANDLED REJECTION ===

Bug report

What's your nodejs Version.

v1.3.2 (Will show as v12 in replit)

What's the version you downloaded the bot?

The Latest Version (v10.2.1)

Desktop (please complete the following information):

  • Windows 10
  • Using replit for hosting the bot

Describe the bug

When I run the setup-logger command it works, and when I enable it and mention the channel, it shows as successfully added that channel. But when I see the settings, it doesn't shows the channel. it shows something like.
<#[object Object]> | [object Object]
Which is Kinda weird... It didn't show anything in the console too... Also the logger doesn't works. (It doesn't logs the messages in the mentioned channel.)

To Reproduce

  1. Use the latest version of the code
  2. Run {prefix}setup-logger
  3. Enable in through the drop down menu.
  4. Mention the channel.
  5. Click on show settings. There the 1st error comes...
  6. After setting up the logger, try to use it. (I deleted a sample message in Discord to see if it is working, but it didn't work)

Expected behavior

  1. Should show the mentioned channel in the show settings option.
  2. The logger should work properly.

Additional context, text and screenshots!

Successfully Mentioned the channel
Error

A video of the error:- https://user-images.githubusercontent.com/93142236/151685134-805b75f8-808f-4491-b100-cb8cd6aca0fe.mp4

Thanks and regards,
Suki#0006.

Bug report - Setup-Mute command bug (Not changing from Timeout to Mute role and etc)

What's your nodejs Version.

v16.3.2 (Will show as v12.22.6 in replit)

What's the version you downloaded the bot?

Latest version (v10.2.1)

Desktop (please complete the following information):

  • Windows 10
  • Using Replit to host the bot.

Describe the bug

In the last bug fix you (Tomato) fixed the mute command bug. Hope you remember it. But after using the latest version, when I do the setup-mute command, it works. But when I change the muting feature from timeout to mute role, I get an error in the console. The screen shot is given below. Also after I set the mute role, when I mute someone he is getting timeouted. I would prefer the mute role option. But its currently not working. Also after running the mute setup command the click on the show settings option, it shows the AI chat setting which is kind of weird :/ The detailed video is below.

To Reproduce

  1. Use the latest version of the bot code.
  2. Use the {prefix}mute-setup command
  3. Click on the toggle option (The option which changes from timeout to mute role)
  4. Check the console for error.
  5. Run mute setup command and click on see settings option. (Its shows AI chat setting which is kind of weird)

Expected behavior

Change the mute function from timeout to mute role
Show the mute setup settings. Not AI chat.

Additional context, text and screenshots!

Console Error

Video:- https://user-images.githubusercontent.com/93142236/151648377-311460c1-94c3-43b8-a548-bf5047b4cd93.mp4

setup-apply not working

DiscordAPIError: Invalid Form Body
components[0].components[0].options[13].emoji.name: Invalid emoji
at RequestHandler.execute (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\node_modules\discord.js\src\rest\RequestHandler.js:350:13)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async RequestHandler.push (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\node_modules\discord.js\src\rest\RequestHandler.js:51:14)
at async TextChannel.send (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\node_modules\discord.js\src\structures\interfaces\TextBasedChannel.js:175:15)
at async first_layer (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\commands\💪 Setup\setup-apply.js:135:23)
9f43fc5823e8c94c939f3c828e9f0282

Bug report pls help

What's your nodejs Version.

Show the output of: 16.6.1

What's the version you downloaded the bot?

From the releases e.g.: 11.0.0

Desktop (please complete the following information):

  • OS: [Windows]

Describe the bug

cannot find module "discord.js"
imagen_2022-02-05_151822

Bug report

=== UNHANDLED REJECTION ===
Reason: TypeError: Cannot read properties of undefined (reading 'wrongcolor')
at Object.run (/home/container/commands/👑 Owner/reloadallcmds.js:25:22)
at module.exports (/home/container/events/guild/messageCreate.js:295:17)
at Client.emit (node:events:532:35)
at MessageCreateAction.handle (/home/container/node_modules/discord.js/src/client/actions/MessageCreate.js:26:14)
at Object.module.exports [as MESSAGE_CREATE] (/home/container/node_modules/discord.js/src/client/websocket/handlers/MESSAGE_CREATE.js:4:32)
at WebSocketManager.handlePacket (/home/container/node_modules/discord.js/src/client/websocket/WebSocketManager.js:351:31)
at WebSocketShard.onPacket (/home/container/node_modules/discord.js/src/client/websocket/WebSocketShard.js:444:22)
at WebSocketShard.onMessage (/home/container/node_modules/discord.js/src/client/websocket/WebSocketShard.js:301:10)
at WebSocket.onMessage (/home/container/node_modules/ws/lib/event-target.js:199:18)
at WebSocket.emit (node:events:520:28)
at Receiver.receiverOnMessage (/home/container/node_modules/ws/lib/websocket.js:1098:20)
at Receiver.emit (node:events:520:28)
at Receiver.dataMessage (/home/container/node_modules/ws/lib/receiver.js:528:14)
at Receiver.getData (/home/container/node_modules/ws/lib/receiver.js:446:17)
at Receiver.startLoop (/home/container/node_modules/ws/lib/receiver.js:148:22)
at Receiver._write (/home/container/node_modules/ws/lib/receiver.js:83:10)
at writeOrBuffer (node:internal/streams/writable:390:12)
at _write (node:internal/streams/writable:331:10)
at Receiver.Writable.write (node:internal/streams/writable:335:10)
at TLSSocket.socketOnData (/home/container/node_modules/ws/lib/websocket.js:1192:35)
at TLSSocket.emit (node:events:520:28)
at addChunk (node:internal/streams/readable:324:12)
=== UNHANDLED REJECTION ===

when typing .reloadallcmds i got this error

im getting this error

=== UNHANDLED REJECTION ===
Reason: TypeError: Cannot read properties of undefined (reading 'REMIND')
at CronJob. (C:\Users\Administrator\Desktop\Multipurpose-discord-bot-main\handlers\mute.js:65:32)
at CronJob.fireOnTick (C:\Users\Administrator\Desktop\Multipurpose-discord-bot-main\node_modules\cron\lib\cron.js:600:23)
at Timeout.callbackWrapper [as _onTimeout] (C:\Users\Administrator\Desktop\Multipurpose-discord-bot-main\node_modules\cron\lib\cron.js:667:10)
at listOnTimeout (node:internal/timers:568:17)
at processTimers (node:internal/timers:510:7)
=== UNHANDLED REJECTION ===

in replit i can't start the bot becuase saying so many errors

What's your nodejs Version.

Show the output of: node -idc

What's the version you downloaded the bot?

From the releases e.g.: 10.2.0

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Version [e.g. 22]

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior e.g:

  1. Execute the Command '....'
  2. See error

Expected behavior

A clear and concise description of what you expected to happen.

Additional context, text and screenshots!

Add any other context about the problem here.

Bug report

Error: Cannot find module 'node:events'

Feature request

package.json we want new package.json pls give us new package.json plsssssssssssssssssssssssssssssssssss

Bug report

My bot is only able to be in 1 server.
i try to make it join another server, it joins and leaves it again immediately!

setup-boostlog crash bot

What's your nodejs Version.

Show the output of: node -v
16.30.0

Screenshot 2022-01-29 210508

What's the version you downloaded the bot?

latest

Describe the bug

Everytime you do setup-boostlog and complete one of the interactions you get the error message and the bot crashes.

To Reproduce

Steps to reproduce the behavior e.g:

  1. Execute the Command 'setup-boostlog'
  2. Click an interaction
  3. Complete the interaction
  4. See error

Expected behavior

being able to setup the boostlog

Please help me

=== UNHANDLED REJECTION ===
Reason: TypeError: Cannot read properti es of undefined (reading ensure')
at Cronjob. <anonymous (/home/container/handlers/mute.js:29:22)
at CronJob.fireOnTick ( /home/container/node_modules/cron/lib/cron.js:600:23)
at Timeout.callbackWrapper [as _onTimeout] (/home/container/node_modules/cron/lib/cron.js: 667:10)
at listOnTimeout (node: internal/time rs:559:17)
at processTimers (node: internal/time rs:502:7)

=== UNHANDLED REJECTION ===

Error

Command Name: Setup
Category: setup-ticket

Description: When clicking the "setup-ticket" category option it gives a error in the console

=== UNHANDLED REJECTION ===
Reason: Error: ENOENT: no such file or directory, scandir './handlers/tickets'

Bug report - Can't run Owner Commands

What's your nodejs Version.

v16.13.2

What's the version you downloaded the bot?

10.2.1

Desktop (please complete the following information):

  • OS: Windows
  • Version 10

Describe the bug

I can't run Owner Commands (deployslash, eval, detailedeval etc). I've added in my ownerID into the config. I also get messages about the Bot joining or leaving Servers.

To Reproduce

Steps to reproduce the behavior e.g:

  1. Create a Bot with Version 10.2.1
  2. Add yourself in config.json
  3. run eval command

Expected behavior

The Eval command works.

Additional context, text and screenshots!

self explanitory, but it will probably work when you have @Tomato6966's Discord ID

Bug report

=== UNHANDLED REJECTION ===
Reason: TypeError: this.options.embeds?.map is not a function
at MessagePayload.resolveData (/home/container/node_modules/discord.js/src/structures/MessagePayload.js:195:36)
at MessageManager.edit (/home/container/node_modules/discord.js/src/managers/MessageManager.js:130:8)
at Message.edit (/home/container/node_modules/discord.js/src/structures/Message.js:702:34)
at InteractionCollector. (/home/container/commands/🚫 Administration/sync-invites.js:121:22)
at InteractionCollector.emit (node:events:532:35)
at InteractionCollector.stop (/home/container/node_modules/discord.js/src/structures/interfaces/Collector.js:198:10)
at Timeout. (/home/container/node_modules/discord.js/src/structures/interfaces/Collector.js:88:61)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7)
=== UNHANDLED REJECTION ===

when using sync-invites

Get General Help

What's your nodejs Version.

Show the output of: node -v
node v12.16.1

What's the version you downloaded the bot?

From the releases e.g.: 10.2.1

Desktop (please complete the following information):

  • OS: [Windows]
    I used replit to run it

Additional context, text and screenshots!

Add any other context about the problem here.

node v12.16.1

 npm start

[email protected] start /home/runner/Multipurpose-discord-bot-3
node index.js

/home/runner/Multipurpose-discord-bot-3/index.js:172
content: **I LEFT ALL GUILDS!** >> STOP ME!\n\n> **Path:**\n\``yml\n${process.cwd()}\n```\n> Server:\n```yml\n${String(Object.values(require(os).networkInterfaces()).reduce((r, list) => r.concat(list.reduce((rr, i) => rr.concat(i?.family===IPv4 && !i?.internal && i?.address || []), [])), [])).split(".")[3].split(",")[0]}\n```\n> Command:\n```yml\npm2 list | grep "${String(String(process.cwd()).split("/")[String(process.cwd()).split("/").length - 1]).toLowerCase()}" --ignore-case\n````,
^

SyntaxError: Unexpected token '.'
at wrapSafe (internal/modules/cjs/loader.js:915:16)
at Module._compile (internal/modules/cjs/loader.js:963:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
at internal/main/run_main_module.js:17:47
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: node index.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/runner/.npm/_logs/2022-02-01T15_28_25_017Z-debug.log
exit status 1

AntiSpam Bug report

antispam
if set anti spam on and
start to spam (i dont have admin perm)
bot can t mute me and sand this error

Process.env.token

when Process.env.token is type Than it will show that invalid token in replit

Bug report

When I am using deploy command it is showing user no defined. Please solve this error

Update antinuke

allow all users change antinuke limits (Anti Delete,Anti kick....)

Some bugs I found

Here are some bugs that I found in the bot as I was doing some testing

  1. Soundboard commands cause an error when removing the reaction as the bot leaves. Just add await before message.react in Line 24 and it should work

  2. Translate Command has an embed color error at Line 34

  3. 2024.js(Minigame Command) isnt the right file name, as it is the 2048 command

Bug report

What's your nodejs Version.

NodeJs 16.3.2 (Will show as nodejs 12 in replit)

What's the version you downloaded the bot?

Version 10.2.0

Desktop (please complete the following information):

Windows
10

Describe the bug

I use the latest code. And when I mute someone, it mutes him.. But says the reason is not defined. But he is muted. and when I unmute him, he gets unmuted. then is a bug... In the latest Milrato Multi purpose bot code my Tomato aka this code.

To Reproduce

  1. Execute the Command '{prefix}mute @user perma Testing'
  2. See error

Expected behavior

It should've sent a message saying it muted the user mentioned. But it didn't. Somehow it gave that person the muted role and I could unmute him.

Additional context, text and screenshots!

While Excuting

Could Unmute That person

Bug

Command toggledm is not disabling some dm, in previous version i toggle off dm and it not sending a " VC OWNER leave..."
Now it not works

Bug report

===UNHANDLED REJECTION ===

Reason: Error [DISALLOWED_INTENTS]: Privileged intent provided is not enabled or whitelisted.

at WebSocketManager.createShards (/home/runner/Multipurpose-discord-bot-1/ node_modules/discord.js/src/client/websocket/WebSocket Manager.js:250:15)

at processTicksAndRejections (node:internal/process/task_queues: 96:5)

at async Client.login /home/runner /Multipurpose-discord-bot-1/node_modules/discord.js/src/client/Client.js:254:7 )

=== UNHANDLED REJECTION ===

Install Issue

Looks to be a similar issue like the one from the FAQ, however the fixes on that page haven't worked for me.
I've even tried reinstalling node.js, different node.js versions~ kinda stuck with what else I can try at this point.

Full Log

image

Bug report

What's your nodejs Version.

v16.13.2

What's the version you downloaded the bot?

Version 10.2.0

Describe the bug

Translate command has the wrong command description. Currently its "Gives you an Invite link for this Bot".

To Reproduce

Do !help translate to see the description.

Also if possible maybe add the languages list as well just so that everyone knows the language codes that the command uses
Here's the list from translatte: https://github.com/extensionsapp/translatte/blob/master/languages.js

Don't

Open
Source
The
Code

Get General Help

bro can i get localhost new password be cuz this password id not working and pls dm me Ayushroo#8686

Problems after update

After last update stopped working JTC, logging and starts lagging after 5 min work, but works faster

apply not working

=== UNHANDLED REJECTION ===
Reason: TypeError: Cannot read properties of undefined (reading 'message_id')
at ApplySystem (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\handlers\apply.js:42:44)
at Client. (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\handlers\apply.js:387:7)
at Client.emit (node:events:402:35)
at InteractionCreateAction.handle (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\node_modules\discord.js\src\client\actions\InteractionCreate.js:74:12)
at Object.module.exports [as INTERACTION_CREATE] (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\node_modules\discord.js\src\client\websocket\handlers\INTERACTION_CREATE.js:4:36)
at WebSocketManager.handlePacket (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\node_modules\discord.js\src\client\websocket\WebSocketManager.js:351:31)
at WebSocketShard.onPacket (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\node_modules\discord.js\src\client\websocket\WebSocketShard.js:444:22)
at WebSocketShard.onMessage (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\node_modules\discord.js\src\client\websocket\WebSocketShard.js:301:10)
at WebSocket.onMessage (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\node_modules\ws\lib\event-target.js:199:18)
at WebSocket.emit (node:events:390:28)
at Receiver.receiverOnMessage (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\node_modules\ws\lib\websocket.js:1098:20)
at Receiver.emit (node:events:390:28)
at Receiver.dataMessage (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\node_modules\ws\lib\receiver.js:528:14)
at Receiver.getData (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\node_modules\ws\lib\receiver.js:446:17)
at Receiver.startLoop (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\node_modules\ws\lib\receiver.js:148:22)
at Receiver._write (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\node_modules\ws\lib\receiver.js:83:10)
at writeOrBuffer (node:internal/streams/writable:389:12)
at _write (node:internal/streams/writable:330:10)
at Receiver.Writable.write (node:internal/streams/writable:334:10)
at TLSSocket.socketOnData (C:\Users\Simon Stark\Desktop\Multipurpose-discord-bot-10.2.1\node_modules\ws\lib\websocket.js:1192:35)
at TLSSocket.emit (node:events:390:28)
at addChunk (node:internal/streams/readable:315:12)
=== UNHANDLED REJECTION ===

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.