GithubHelp home page GithubHelp logo

menudocs / discord.js-v12-tutorials Goto Github PK

View Code? Open in Web Editor NEW
75.0 14.0 120.0 55 KB

The code for the discord.js v12 tutorials on the MenuDocs youtube channel.

discordjs discordjs-v12 menudocs discord

discord.js-v12-tutorials's Introduction

Discord.js v12 Tutorials

Discord

About

Repository for the Discord.js Turorials series on MenuDocs.

How to find our episodes code

click me

Click on the branch-selector button located here:

Branch Selector

Select the desired episode's source code:

Branch Selector Depth 1

Once you've selected a branch, you can browse through the files available:

Source Code

MenuDocs

Resources

discord.js-v12-tutorials's People

Contributors

strandxo 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

Watchers

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

discord.js-v12-tutorials's Issues

Meme, Cat, Dog commands don't work if media is a video

The Problem

Discord image embeds don't work with videos, however the imgur data sometimes results in a video being passed to the embed constructor.

The Solution

MIME Type filtering could be implemented, using the mimetype field from hot.json.

Problem on servinfo and userinfo

For those commands, this line not working
**โฏ Roles [${roles.length}]:** ${roles.length < 10 ? roles.join(', ') : roles.length > 10 ? this.client.utils.trimArray(roles) : 'None'},`

And i get this error : (node:13604) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'utils' of undefined

bot won't start

I've tried hosting this bot on heroku, glitch, and 2 personal vps servers and it just won't fire up. When I start it up straight from my pc, everything starts just fine. Please help me figure out why it won't start. I used git clone and just inserted the required options in the config file, installed glob, and run "node .", "node src/index" . Any help would be awesome.

Unhandled Promises Rejection issue

The error is UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag '--unhandled-rejections=strict'
The error has to do with episode 2 about the command handler.

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.