GuildDelete Event somehow gets triggered when I restart my Bot

I have no idea whats happening but if my bot (docker container) restarts, this notification gets sent. A lot of information is missing as you can see just the guildID is valid, it’s always the same guildid and the bot has left this server some time ago already. What is going on?
Solution:
thats what I got on DiscordJS server
chillihero
chillihero440d ago
FYI: this is what my guildDelete file looks like
chillihero
chillihero440d ago
GitHub
BirthdayyBotSapphire/guildDelete.ts at develop · BirthdayyBot/Birth...
Your easy-to-use, aesthetic and customizable Birthday Bot for any Discord Server - BirthdayyBotSapphire/guildDelete.ts at develop · BirthdayyBot/BirthdayyBotSapphire
Photon
Photon440d ago
This has nothing to do with Sapphire It's discord dispatching that event and djs triggering that and sapphire just handling It's a discord bug apparently though iirc
chillihero
chillihero440d ago
Is it a known bug or is this your assumption? (just for me to understand)
Solution
chillihero
chillihero440d ago
thats what I got on DiscordJS server
No description
Favna
Favna440d ago
that's on you to resolve. Sapphire doesn't re-emit events, just binds event listeners to event emitters.
chillihero
chillihero440d ago
yea just a super wierd problem
Want results from more Discord servers?
Add your server
More Posts
TypeError: Class extends value undefined is not a constructor or nullHey, newbie here in both TypeScript and Sapphire, and I'm trying to build a command but I'm getting THREAD_CREATE event Listener run method argumentsWhat I want to do: I want to inspect the id of the parent channel where the thread was created. TheCommand info command issueI have a command info command, but when I try to get information on a command called "flags" it retuawait args.pick("member");how to enable this? https://discord.com/channels/737141877803057244/737142071319855105/107804884825Command info command issueI have a command info command, but when I try to get information on a command called "flags" it retuRunning in productionHey! What's the recommended method for starting up a node app in production? Specifically for DiscorspeakerName translation in FFXIVIpcChatHello everyone, I'm using ffxiv-pcap to read chat messages using the Sapphire Struct for chat messagClearing registered slash commandsHello 👋 I would like to know if there's a system provided by Sapphire to automatically clear previDocker being goofyI have no idea why Docker is being all goofy, it's saying that my discord token is invalid, but it'sReferenceError: [ENV] BOT_OWNER_IDS - The key must be an array, but is empty or undefined.I am using `@skyra/env-utilities` and when I start up my bot, I get the error reported in the title How can I turn a joinedTimestamp into this Discord TimestampThe one that automatically shows you like how long ago this timestamp wasHow to use `@sapphire/shapeshift ` dateValid & stringRegexI have a slash command that needs to take in a date input in the format of `YYYY-MM-DD`. I want to Access extended sapphire clientFollowing usecase: I extended the sapphire client in order to create custom collections etc. Is thVersion mismatch between Sapphire and dapi-typesHi, I was updating my dependencies when I encountered Discord.js' dapi-types error. I copy/pasted thWhats the syntax to require Permission X AND Y OR Z when using requiredUserPermissionswhen using `requiredUserPermissions`. Its an array so Im not sureGetting modalSubmit error over the weekendDid discord change something???How to use windows env variables using skyra env utilitiesi am trying to use CD for hosting and i have env variables set on windows, how do i access them withPattern for fetching all registered slash commandsI have some slash commands and some with subcommands and and want to introduce a `/help` slash comminteraction.showModal not workinginteraction.showModal doesnt work, I dont know why. Code: ``` this.container.logger.debug("Start EdPrecondition with Slash CommandHow to report precondition failure w/ clash command? If I use `this.error({ message: 'error' });` i