Code Monkey home page Code Monkey logo

Comments (5)

AjaniBilby avatar AjaniBilby commented on June 11, 2024

This function is triggered by a command, so the client is ready because it received the command - so it's not an initalisation error

from discord.js.

Jiralite avatar Jiralite commented on June 11, 2024

This appears to be a lack of JavaScript knowledge. You can learn about promises here:


Also for some reason the GuildBasedChannel type is missing it's MessageManager on the .messages property, even though it is infact there - hence why it has an any type to get it working.

Not all channels have message managers.

from discord.js.

AjaniBilby avatar AjaniBilby commented on June 11, 2024

Sorry, I was missing an await on the last async call due to the fact that I've spent hours trying to get fetchMessage working - however:

Not all channels have message managers.

Okay, but that channel manager clearly does have a messages property which does now work, but typescript thinks it doesn't exist at all. Not that it might be undefined or null. It literally thinks it could never possibly exist, and not even never as in never type.

The return type of channels.cache.get is supposedly GuildBasedChannel | undefined according to TS at that point

from discord.js.

Qjuh avatar Qjuh commented on June 11, 2024

And a CategoryChannel or ForumChannel does in fact not have a .messages property. You’d need to narrow the channel to one that does, preferably with the <GuildChannel>.isTextBased() typeguard.

from discord.js.

AjaniBilby avatar AjaniBilby commented on June 11, 2024

@Qjuh thank you, I didn't see anything about this in the docs, guides, or stack overflow 🙏

from discord.js.

Related Issues (20)

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.